LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/logo-pyeddl.png
examples/NN/1_MNIST/mnist_auto_encoder.py
examples/NN/1_MNIST/mnist_gan.py
examples/NN/1_MNIST/mnist_mlp.py
examples/NN/1_MNIST/mnist_mlp_da.py
examples/NN/1_MNIST/mnist_mlp_initializers.py
examples/NN/1_MNIST/mnist_mlp_regularizers.py
examples/NN/1_MNIST/mnist_mlp_train_batch.py
examples/NN/1_MNIST/mnist_wgan.py
examples/NN/1_MNIST/run_all_fast.sh
examples/NN/2_CIFAR10/cifar_conv.py
examples/NN/2_CIFAR10/cifar_conv_da.py
examples/NN/2_CIFAR10/cifar_resnet.py
examples/NN/2_CIFAR10/cifar_resnet50_da_bn.py
examples/NN/2_CIFAR10/cifar_resnet_da_bn.py
examples/NN/2_CIFAR10/cifar_vgg16.py
examples/NN/2_CIFAR10/cifar_vgg16_bn.py
examples/NN/2_CIFAR10/cifar_vgg16_gn.py
examples/NN/2_CIFAR10/run_all_fast.sh
examples/NN/other/eddl_ae.py
examples/NN/other/eddl_conv.py
examples/NN/other/eddl_dae_class.py
examples/NN/other/eddl_load_save.py
examples/NN/other/eddl_mlp.py
examples/NN/other/eddl_train_batch.py
examples/NN/other/run_all_fast.sh
examples/Tensor/array_tensor_save.py
examples/Tensor/eddl_tensor.py
examples/_OLD/README.md
examples/_OLD/eddl_ae_py_metric.py
examples/_OLD/eddl_unet.py
pyeddl/__init__.py
pyeddl/version.py
pyeddl.egg-info/PKG-INFO
pyeddl.egg-info/SOURCES.txt
pyeddl.egg-info/dependency_links.txt
pyeddl.egg-info/not-zip-safe
pyeddl.egg-info/requires.txt
pyeddl.egg-info/top_level.txt
src/_core.cpp
src/eddlT_addons.hpp
src/eddl_addons.hpp
src/tensor_addons.hpp
tests/test_eddl.py
tests/test_eddlT.py
tests/test_tensor.py