LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/logo.png
docs/logo.svg
docs/source/Makefile
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/api/eddl.rst
docs/source/api/index.rst
docs/source/api/tensor.rst
examples/NN/1_MNIST/mnist_auto_encoder.py
examples/NN/1_MNIST/mnist_conv.py
examples/NN/1_MNIST/mnist_losses.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_rnn.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/3_DRIVE/drive_seg.py
examples/NN/py_loss_metric/ae.py
examples/NN/py_loss_metric/mlp.py
examples/NN/py_loss_metric/run_all_fast.sh
examples/NN/py_loss_metric/train_batch.py
examples/Tensor/array_tensor_save.py
examples/_OLD/eddl_unet.py
examples/onnx/import_net_from_file.py
examples/onnx/run_all_fast.sh
examples/onnx/save_net_to_file.py
examples/onnx/to_from_string.py
pyeddl/__init__.py
pyeddl/eddl.py
pyeddl/tensor.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/eddl_addons.hpp
src/loss_addons.hpp
src/metric_addons.hpp
src/net_addons.hpp
src/tensor_addons.hpp
tests/test_eddl.py
tests/test_py_loss_metric.py
tests/test_tensor.py