README.md
requirements.txt
setup.cfg
setup.py
/home/cwick/devel/projects/tf2_aip_base/requirements.txt
tfaip/__init__.py
tfaip.egg-info/PKG-INFO
tfaip.egg-info/SOURCES.txt
tfaip.egg-info/dependency_links.txt
tfaip.egg-info/entry_points.txt
tfaip.egg-info/requires.txt
tfaip.egg-info/top_level.txt
tfaip/base/__init__.py
tfaip/base/device_config.py
tfaip/base/data/__init__.py
tfaip/base/data/data.py
tfaip/base/data/databaseparams.py
tfaip/base/data/generators/__init__.py
tfaip/base/data/generators/prediction.py
tfaip/base/data/listfile/__init__.py
tfaip/base/data/listfile/data_list_helpers.py
tfaip/base/data/listfile/listfiledata.py
tfaip/base/data/listfile/listfiledataparams.py
tfaip/base/data/pipeline/__init__.py
tfaip/base/data/pipeline/datagenerator.py
tfaip/base/data/pipeline/datapipeline.py
tfaip/base/data/pipeline/dataprocessor.py
tfaip/base/data/pipeline/definitions.py
tfaip/base/data/pipeline/parallelpipeline.py
tfaip/base/data/pipeline/runningdatapipeline.py
tfaip/base/data/pipeline/tfdatasetgenerator.py
tfaip/base/data/pipeline/worker.py
tfaip/base/data/pipeline/sample/__init__.py
tfaip/base/data/pipeline/sample/params.py
tfaip/base/data/pipeline/sample/processorpipeline.py
tfaip/base/evaluator/__init__.py
tfaip/base/evaluator/evaluator.py
tfaip/base/evaluator/params.py
tfaip/base/imports/__init__.py
tfaip/base/lav/__init__.py
tfaip/base/lav/lav.py
tfaip/base/lav/multilav.py
tfaip/base/lav/params.py
tfaip/base/lav/callbacks/__init__.py
tfaip/base/lav/callbacks/dump_results.py
tfaip/base/lav/callbacks/lav_callback.py
tfaip/base/model/__init__.py
tfaip/base/model/exportgraph.py
tfaip/base/model/graphbase.py
tfaip/base/model/modelbase.py
tfaip/base/model/modelbaseparams.py
tfaip/base/model/backbones/__init__.py
tfaip/base/model/backbones/backbonemodel.py
tfaip/base/model/backbones/densenet.py
tfaip/base/model/backbones/efficientnet.py
tfaip/base/model/backbones/inception.py
tfaip/base/model/backbones/inception_resnet.py
tfaip/base/model/blocks/__init__.py
tfaip/base/model/blocks/combine.py
tfaip/base/model/blocks/conv.py
tfaip/base/model/components/__init__.py
tfaip/base/model/components/activation.py
tfaip/base/model/components/block.py
tfaip/base/model/components/conv.py
tfaip/base/model/components/crop.py
tfaip/base/model/components/ff_layer.py
tfaip/base/model/components/normalization.py
tfaip/base/model/components/pool.py
tfaip/base/model/components/rnn.py
tfaip/base/model/components/util.py
tfaip/base/model/components/attention/__init__.py
tfaip/base/model/components/attention/layers.py
tfaip/base/model/components/attention/masking.py
tfaip/base/model/components/attention/multiheadattention.py
tfaip/base/model/components/attention/positional_encoding.py
tfaip/base/model/initializer/__init__.py
tfaip/base/model/initializer/initializer.py
tfaip/base/model/losses/__init__.py
tfaip/base/model/losses/softmax_cross_entropy.py
tfaip/base/model/metric/__init__.py
tfaip/base/model/metric/curve.py
tfaip/base/model/metric/multi.py
tfaip/base/model/metric/simple.py
tfaip/base/model/metric/statistic.py
tfaip/base/model/util/__init__.py
tfaip/base/model/util/graph_enum.py
tfaip/base/model/util/module.py
tfaip/base/predict/__init__.py
tfaip/base/predict/multimodelpredictor.py
tfaip/base/predict/params.py
tfaip/base/predict/predictor.py
tfaip/base/predict/predictorbase.py
tfaip/base/resource/__init__.py
tfaip/base/resource/manager.py
tfaip/base/resource/resource.py
tfaip/base/scenario/__init__.py
tfaip/base/scenario/scenariobase.py
tfaip/base/scenario/scenariobaseparams.py
tfaip/base/scenario/util/__init__.py
tfaip/base/scenario/util/keras_debug_model.py
tfaip/base/scenario/util/outputholder.py
tfaip/base/scenario/util/print_evaluate_layer.py
tfaip/base/trainer/__init__.py
tfaip/base/trainer/params.py
tfaip/base/trainer/trainer.py
tfaip/base/trainer/callbacks/__init__.py
tfaip/base/trainer/callbacks/benchmark_callback.py
tfaip/base/trainer/callbacks/ema_callback.py
tfaip/base/trainer/callbacks/extract_logs.py
tfaip/base/trainer/callbacks/fix_metric_labels.py
tfaip/base/trainer/callbacks/lav_callback.py
tfaip/base/trainer/callbacks/logger_callback.py
tfaip/base/trainer/callbacks/progbar.py
tfaip/base/trainer/callbacks/tensor_board_callback.py
tfaip/base/trainer/callbacks/tensor_board_data_handler.py
tfaip/base/trainer/callbacks/tensorflow_fix.py
tfaip/base/trainer/callbacks/train_params_logger.py
tfaip/base/trainer/callbacks/earlystopping/__init__.py
tfaip/base/trainer/callbacks/earlystopping/callback.py
tfaip/base/trainer/callbacks/earlystopping/params.py
tfaip/base/trainer/optimizer/__init__.py
tfaip/base/trainer/optimizer/gradient_accumulation_optimizer.py
tfaip/base/trainer/optimizer/weights_moving_average.py
tfaip/base/trainer/scheduler/__init__.py
tfaip/base/trainer/scheduler/learningrate.py
tfaip/base/trainer/scheduler/learningrate_params.py
tfaip/base/trainer/warmstart/__init__.py
tfaip/base/trainer/warmstart/warmstart_params.py
tfaip/base/trainer/warmstart/warmstarter.py
tfaip/scenario/__init__.py
tfaip/scenario/tutorial/__init__.py
tfaip/scenario/tutorial/full/__init__.py
tfaip/scenario/tutorial/full/model.py
tfaip/scenario/tutorial/full/predictor.py
tfaip/scenario/tutorial/full/scenario.py
tfaip/scenario/tutorial/full/data/__init__.py
tfaip/scenario/tutorial/full/data/data.py
tfaip/scenario/tutorial/full/data/data_params.py
tfaip/scenario/tutorial/full/data/data_pipeline.py
tfaip/scenario/tutorial/full/data/processors/__init__.py
tfaip/scenario/tutorial/full/data/processors/normalize.py
tfaip/scenario/tutorial/full/graphs/__init__.py
tfaip/scenario/tutorial/full/graphs/cnn.py
tfaip/scenario/tutorial/full/graphs/mlp.py
tfaip/scenario/tutorial/full/graphs/tutorialgraph.py
tfaip/scenario/tutorial/min/__init__.py
tfaip/scenario/tutorial/min/data.py
tfaip/scenario/tutorial/min/graphs.py
tfaip/scenario/tutorial/min/model.py
tfaip/scenario/tutorial/min/scenario.py
tfaip/scripts/__init__.py
tfaip/scripts/evaluate.py
tfaip/scripts/experimenter.py
tfaip/scripts/export_only.py
tfaip/scripts/lav.py
tfaip/scripts/lav_multi.py
tfaip/scripts/predict.py
tfaip/scripts/resume_training.py
tfaip/scripts/train.py
tfaip/scripts/train_from_params.py
tfaip/scripts/xlsxexperimenter/__init__.py
tfaip/scripts/xlsxexperimenter/run_xlsx_experimenter.py
tfaip/util/__init__.py
tfaip/util/enum.py
tfaip/util/logging.py
tfaip/util/profiling.py
tfaip/util/random.py
tfaip/util/shape_utils.py
tfaip/util/typing.py
tfaip/util/versioning.py
tfaip/util/argumentparser/__init__.py
tfaip/util/argumentparser/meta.py
tfaip/util/argumentparser/parser.py
tfaip/util/file/__init__.py
tfaip/util/file/filename_helpers.py
tfaip/util/file/io.py
tfaip/util/file/oshelper.py
tfaip/util/file/pai_file.py
tfaip/util/file/ref.py
tfaip/util/file/stringmapper.py
tfaip/util/imaging/__init__.py
tfaip/util/imaging/conversion.py
tfaip/util/imaging/io.py
tfaip/util/imaging/shape_utils.py
tfaip/util/math/__init__.py
tfaip/util/math/blend_helpers.py
tfaip/util/math/ema.py
tfaip/util/math/hex_byte.py
tfaip/util/math/iter_helpers.py
tfaip/util/math/key_helper.py
tfaip/util/multiprocessing/__init__.py
tfaip/util/multiprocessing/join.py
tfaip/util/multiprocessing/parallelmap.py
tfaip/util/multiprocessing/tensor_utils.py
tfaip/util/multiprocessing/data/__init__.py
tfaip/util/multiprocessing/data/parallel_map.py
tfaip/util/multiprocessing/data/pipeline.py
tfaip/util/multiprocessing/data/pool.py
tfaip/util/multiprocessing/data/worker.py