README.md
setup.cfg
setup.py
models/attention_seq2seq.py
models/basic_seq2seq.py
models/bridges.py
models/image2seq.py
models/model_base.py
models/seq2seq_model.py
tefla/__init__.py
tefla/convert.py
tefla/convert_labels.py
tefla/convert_seg.py
tefla/eval_seg.py
tefla/generate_images.py
tefla/predict.py
tefla/predict_seg.py
tefla/train.py
tefla/train_distributed.py
tefla/train_generative.py
tefla/train_seg.py
tefla/train_ss.py
tefla/trainv2.py
tefla.egg-info/PKG-INFO
tefla.egg-info/SOURCES.txt
tefla.egg-info/dependency_links.txt
tefla.egg-info/requires.txt
tefla.egg-info/top_level.txt
tefla/core/__init__.py
tefla/core/base.py
tefla/core/beam_search.py
tefla/core/bridges.py
tefla/core/caption_gen.py
tefla/core/data_load_ops.py
tefla/core/decoder.py
tefla/core/device.py
tefla/core/device_setter.py
tefla/core/diet.py
tefla/core/diet_gradients.py
tefla/core/dir_dataset.py
tefla/core/encoder.py
tefla/core/gan_losses.py
tefla/core/gan_metrics.py
tefla/core/gdn.py
tefla/core/image_quality.py
tefla/core/initializers.py
tefla/core/iter_ops.py
tefla/core/layer_arg_ops.py
tefla/core/layers.py
tefla/core/learnable_pooling.py
tefla/core/learner_hooks.py
tefla/core/learning.py
tefla/core/learning_distributed.py
tefla/core/learning_generative.py
tefla/core/learning_seg.py
tefla/core/learning_ss.py
tefla/core/learningv2.py
tefla/core/logger.py
tefla/core/losses.py
tefla/core/losses_v2.py
tefla/core/lr_policy.py
tefla/core/mem_dataset.py
tefla/core/memory.py
tefla/core/meta_graph_editor.py
tefla/core/metrics.py
tefla/core/metrics_hook.py
tefla/core/model_analyzer.py
tefla/core/optimizer.py
tefla/core/prediction.py
tefla/core/prediction_v2.py
tefla/core/receptive_field.py
tefla/core/rnn_cell.py
tefla/core/saliency.py
tefla/core/schedules.py
tefla/core/special_fn.py
tefla/core/special_layers.py
tefla/core/summary.py
tefla/core/svm_layer.py
tefla/core/training.py
tefla/core/vbn.py
tefla/core/yellowfin.py
tefla/da/__init__.py
tefla/da/data.py
tefla/da/data_augmentation.py
tefla/da/data_normalization.py
tefla/da/iterator.py
tefla/da/preprocessor.py
tefla/da/standardizer.py
tefla/da/tta.py
tefla/dataset/__init__.py
tefla/dataset/base.py
tefla/dataset/dataflow.py
tefla/dataset/dataflow_np.py
tefla/dataset/decoder.py
tefla/dataset/image_to_tfrecords.py
tefla/dataset/input_pipeline.py
tefla/dataset/pascal_voc.py
tefla/dataset/reader.py
tefla/dataset/text_data.py
tefla/dataset/text_encoder.py
tefla/dataset/textdataflow.py
tefla/dataset/textdataset.py
tefla/dataset/textdecoder.py
tefla/dataset/texttfrecords.py
tefla/dataset/tokenizer.py
tefla/dataset/vocabulary.py
tefla/utils/__init__.py
tefla/utils/caption_utils.py
tefla/utils/exceptions.py
tefla/utils/image_utils.py
tefla/utils/postproc.py
tefla/utils/quadratic_weighted_kappa.py
tefla/utils/seq2seq_utils.py
tefla/utils/util.py
tests/__init__.py
tests/test_basic_decoder.py
tests/test_beam_search.py
tests/test_bridges.py
tests/test_caption_gen.py
tests/test_clip_gradient.py
tests/test_dataflow.py
tests/test_decoder.py
tests/test_device_setter.py
tests/test_diet.py
tests/test_encoder.py
tests/test_feature_pool.py
tests/test_gan_losses.py
tests/test_gan_metrics.py
tests/test_gdn.py
tests/test_google_bn.py
tests/test_gradient_reverse.py
tests/test_input_pipeline.py
tests/test_iterator.py
tests/test_lasagne_bn.py
tests/test_lazy_adam_opt.py
tests/test_learner_hooks.py
tests/test_losses.py
tests/test_meta_graph_editor.py
tests/test_metrics.py
tests/test_metrics_hooks.py
tests/test_metrics_tf.py
tests/test_model_avg_opt.py
tests/test_moving_avg_opt.py
tests/test_multitask_opt.py
tests/test_nadam_opt.py
tests/test_preprocessor.py
tests/test_receptive_field.py
tests/test_receptive_field_utils.py
tests/test_rev_block.py
tests/test_rnn_cell.py
tests/test_schedules.py
tests/test_seq_decoder.py
tests/test_special_fn.py
tests/test_standardizer.py
tests/test_text_encoder.py
tests/test_tokenizer.py
tests/test_trainable_vars.py
tests/test_var_clip_opt.py
tests/test_vbn.py
tests/test_vocab.py
tests/test_yellowfin.py