MANIFEST.in
README.md
pyproject.toml
setup.py
./alex/__init__.py
./alex/alex/__init__.py
./alex/alex/annotator_interface.py
./alex/alex/checkpoint.py
./alex/alex/compare.py
./alex/alex/const.py
./alex/alex/core.py
./alex/alex/dsl_parser.py
./alex/alex/logger.py
./alex/alex/node_interface.py
./alex/alex/registry.py
./alex/alex/schema.py
./alex/alex/util.py
./alex/alex/validation.py
./alex/annotators/__init__.py
./alex/annotators/code_gen.py
./alex/annotators/complexity_measure.py
./alex/annotators/param_count.py
./alex/components/__init__.py
./alex/components/conv.py
./alex/engine/__init__.py
./alex/engine/data_pytorch.py
./alex/engine/data_tf.py
./alex/engine/example_data_pytorch.py
./alex/engine/example_data_tf.py
./alex/engine/ns_alex.py
./alex/engine/ns_pytorch.py
./alex/engine/ns_tf.py
./alex/engine/ns_user.py
./alex_nn.egg-info/PKG-INFO
./alex_nn.egg-info/SOURCES.txt
./alex_nn.egg-info/dependency_links.txt
./alex_nn.egg-info/requires.txt
./alex_nn.egg-info/top_level.txt
alex/components/.conv.yml
alex/components/.dense.yml
alex/components/adam.yml
alex/components/adense.yml
alex/components/avg_pool.yml
alex/components/batch_normalize.yml
alex/components/bitwise.yml
alex/components/conv.yml
alex/components/cross_entropy.yml
alex/components/deconv.yml
alex/components/dense.yml
alex/components/dropout.yml
alex/components/exponential_decay.yml
alex/components/gradient_descent.yml
alex/components/he_uniform.yml
alex/components/inference.yml
alex/components/max_pool2d.yml
alex/components/mean_square.yml
alex/components/momentum_optimizer.yml
alex/components/mse.yml
alex/components/nonlinear_conv.yml
alex/components/nonlinear_conv_same.yml
alex/components/regularizer_l2.yml
alex/components/reshape.yml
alex/components/resnet_128.yml
alex/components/resnet_128_short_cut.yml
alex/components/resnet_16.yml
alex/components/resnet_256.yml
alex/components/resnet_256_short_cut.yml
alex/components/resnet_32.yml
alex/components/resnet_32_short_cut.yml
alex/components/resnet_512.yml
alex/components/resnet_512_short_cut.yml
alex/components/resnet_64.yml
alex/components/resnet_64_short_cut.yml
alex/components/test_recipe.yml
alex/components/xavier_uniform.yml
bin/alex-nn
test/test_checkpoint.py
test/test_cli.py
test/test_code_gen.py
test/test_compare.py
test/test_complexity_meaure.py
test/test_dsl_parser.py
test/test_example.py
test/test_param_count.py
test/test_schema.py
test/test_util.py