Examples using tefla. Imagnet classification using Inception resnet v2 Variational autoencoder training Spatial transformer network traning. Unrolled GAN implementation LSTM RNN example Common datasets reading examples. Autonencoder using Gumbel Softmax Classification networks, Inception resnet, SENET, Xception, RESNET Pretrained Weights VGG19 Trained on ImageNet Inception_Resnet_v2 trained on ImageNet Requirements [GPU version] pip install tensorflow-gpu>=1.8.0 [CPU version] pip install tensorflow>=1.8.0 pip install tefla Train a NLP model on the IMDB dataset [models as CWD] export PYTHONPATH=$PYTHONPATH:`$PWD` python nlp/lstm_imdb.py