LICENCE
MANIFEST.in
README.md
setup.cfg
setup.py
examples/__init__.py
examples/charcnn_text_classifier.py
examples/cifar10_allcnn.py
examples/example.py
examples/hierachical_softmax.py
examples/mnist_cnn.py
examples/multi_gpus_horovod.py
tensorgraphx/__init__.py
tensorgraphx/cost.py
tensorgraphx/data_iterator.py
tensorgraphx/graph.py
tensorgraphx/node.py
tensorgraphx/progbar.py
tensorgraphx/sequential.py
tensorgraphx/stopper.py
tensorgraphx/trainobject.py
tensorgraphx/utils.py
tensorgraphx.egg-info/PKG-INFO
tensorgraphx.egg-info/SOURCES.txt
tensorgraphx.egg-info/dependency_links.txt
tensorgraphx.egg-info/not-zip-safe
tensorgraphx.egg-info/requires.txt
tensorgraphx.egg-info/top_level.txt
tensorgraphx/dataset/__init__.py
tensorgraphx/dataset/cifar10.py
tensorgraphx/dataset/cifar100.py
tensorgraphx/dataset/mnist.py
tensorgraphx/dataset/preprocess.py
tensorgraphx/layers/__init__.py
tensorgraphx/layers/activation.py
tensorgraphx/layers/backbones.py
tensorgraphx/layers/cast.py
tensorgraphx/layers/conv.py
tensorgraphx/layers/linear.py
tensorgraphx/layers/merge.py
tensorgraphx/layers/misc.py
tensorgraphx/layers/noise.py
tensorgraphx/layers/normalization.py
tensorgraphx/layers/random.py
tensorgraphx/layers/recurrent.py
tensorgraphx/layers/template.py