README.md
pyproject.toml
setup.cfg
setup.py
/home/runner/work/tfaip/tfaip/requirements.txt
examples/__init__.py
examples/atr/__init__.py
examples/atr/data.py
examples/atr/graphs.py
examples/atr/model.py
examples/atr/params.py
examples/atr/scenario.py
examples/atr/test.py
examples/atr/datapipeline/__init__.py
examples/atr/datapipeline/datagenerator.py
examples/atr/datapipeline/decoderprocessor.py
examples/atr/datapipeline/loadprocessor.py
examples/atr/datapipeline/prepareprocessor.py
examples/atr/datapipeline/scale_to_height_processor.py
examples/imageclassification/__init__.py
examples/imageclassification/data.py
examples/imageclassification/graphs.py
examples/imageclassification/model.py
examples/imageclassification/params.py
examples/imageclassification/predictor.py
examples/imageclassification/scenario.py
examples/imageclassification/test.py
examples/imageclassification/datapipeline/__init__.py
examples/imageclassification/datapipeline/datagenerator.py
examples/imageclassification/datapipeline/indextoclassprocessor.py
examples/imageclassification/datapipeline/loadprocessor.py
examples/imageclassification/datapipeline/predictiondatagenerator.py
examples/imageclassification/datapipeline/preparesampleprocessor.py
examples/imageclassification/datapipeline/rescaleprocessor.py
examples/template/__init__.py
examples/template/general/__init__.py
examples/template/general/data.py
examples/template/general/graphs.py
examples/template/general/model.py
examples/template/general/params.py
examples/template/general/scenario.py
examples/template/general/test.py
examples/template/general/datapipeline/__init__.py
examples/template/general/datapipeline/datagenerator.py
examples/template/general/datapipeline/firstdataprocessor.py
examples/template/general/datapipeline/seconddataprocessor.py
examples/template/listfile/__init__.py
examples/template/listfile/data.py
examples/template/listfile/graphs.py
examples/template/listfile/model.py
examples/template/listfile/params.py
examples/template/listfile/scenario.py
examples/template/listfile/test.py
examples/template/listfile/datapipeline/__init__.py
examples/template/listfile/datapipeline/firstdataprocessor.py
examples/template/listfile/datapipeline/seconddataprocessor.py
examples/text/__init__.py
examples/text/finetuningbert/__init__.py
examples/text/finetuningbert/data.py
examples/text/finetuningbert/graphs.py
examples/text/finetuningbert/model.py
examples/text/finetuningbert/params.py
examples/text/finetuningbert/scenario.py
examples/text/finetuningbert/test.py
examples/text/finetuningbert/datapipeline/__init__.py
examples/text/finetuningbert/datapipeline/gluedata.py
examples/text/finetuningbert/datapipeline/tokenizerprocessor.py
examples/tutorial/__init__.py
examples/tutorial/full/__init__.py
examples/tutorial/full/metric.py
examples/tutorial/full/model.py
examples/tutorial/full/predictor.py
examples/tutorial/full/scenario.py
examples/tutorial/full/data/__init__.py
examples/tutorial/full/data/data.py
examples/tutorial/full/data/prediction_data_generation.py
examples/tutorial/full/data/training_data_generation.py
examples/tutorial/full/data/processors/__init__.py
examples/tutorial/full/data/processors/normalize.py
examples/tutorial/full/graphs/__init__.py
examples/tutorial/full/graphs/backend.py
examples/tutorial/full/graphs/cnn.py
examples/tutorial/full/graphs/mlp.py
examples/tutorial/full/graphs/tutorialgraph.py
examples/tutorial/min/__init__.py
examples/tutorial/min/data.py
examples/tutorial/min/graphs.py
examples/tutorial/min/model.py
examples/tutorial/min/scenario.py
test/__init__.py
test/test_profiling.py
test/data/__init__.py
test/data/test_manual_batching.py
test/data/test_parallel_data.py
test/data/test_pipeline.py
test/scripts/__init__.py
test/scripts/test_experimenter.py
test/scripts/test_lav.py
test/scripts/test_predict.py
test/scripts/test_train.py
test/trainer/__init__.py
test/trainer/test_accum_optimizer.py
test/trainer/test_early_stopping.py
test/trainer/test_ema.py
test/trainer/test_multiple_lav_lists.py
test/trainer/test_optimizers.py
test/tutorial/__init__.py
test/tutorial/test_tutorial_full.py
test/tutorial/test_tutorial_min.py
test/util/__init__.py
test/util/training.py
test/util/workdir.py
tfaip/__init__.py
tfaip/version.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/data/__init__.py
tfaip/data/data.py
tfaip/data/databaseparams.py
tfaip/data/generators/__init__.py
tfaip/data/generators/batchedmultilists.py
tfaip/data/generators/prediction.py
tfaip/data/pipeline/__init__.py
tfaip/data/pipeline/datagenerator.py
tfaip/data/pipeline/datapipeline.py
tfaip/data/pipeline/definitions.py
tfaip/data/pipeline/runningdatapipeline.py
tfaip/data/pipeline/tfdatasetgenerator.py
tfaip/data/pipeline/processor/__init__.py
tfaip/data/pipeline/processor/dataprocessor.py
tfaip/data/pipeline/processor/params.py
tfaip/data/pipeline/processor/pipeline.py
tfaip/data/pipeline/processor/sample/__init__.py
tfaip/data/pipeline/processor/sample/parallelgenerator.py
tfaip/data/pipeline/processor/sample/parallelpipeline.py
tfaip/data/pipeline/processor/sample/processorpipeline.py
tfaip/data/pipeline/processor/sample/worker.py
tfaip/device/__init__.py
tfaip/device/device_config.py
tfaip/evaluator/__init__.py
tfaip/evaluator/evaluator.py
tfaip/evaluator/params.py
tfaip/imports/__init__.py
tfaip/lav/__init__.py
tfaip/lav/lav.py
tfaip/lav/multilav.py
tfaip/lav/params.py
tfaip/lav/callbacks/__init__.py
tfaip/lav/callbacks/dump_results.py
tfaip/lav/callbacks/lav_callback.py
tfaip/model/__init__.py
tfaip/model/graphbase.py
tfaip/model/layerbase.py
tfaip/model/modelbase.py
tfaip/model/modelbaseparams.py
tfaip/model/print_evaluate_layer.py
tfaip/model/tensorboardwriter.py
tfaip/model/metric/__init__.py
tfaip/model/metric/count.py
tfaip/model/metric/multi.py
tfaip/model/util/__init__.py
tfaip/model/util/module.py
tfaip/predict/__init__.py
tfaip/predict/multimodelpostprocessor.py
tfaip/predict/multimodelpredictor.py
tfaip/predict/multimodelvoter.py
tfaip/predict/params.py
tfaip/predict/predictor.py
tfaip/predict/predictorbase.py
tfaip/predict/raw_predictor.py
tfaip/resource/__init__.py
tfaip/resource/manager.py
tfaip/resource/resource.py
tfaip/scenario/__init__.py
tfaip/scenario/scenariobase.py
tfaip/scenario/scenariobaseparams.py
tfaip/scenario/listfile/__init__.py
tfaip/scenario/listfile/data_list_helpers.py
tfaip/scenario/listfile/datagenerator.py
tfaip/scenario/listfile/listfilelav.py
tfaip/scenario/listfile/listfilescenario.py
tfaip/scenario/listfile/params.py
tfaip/scenario/util/__init__.py
tfaip/scenario/util/print_model_structure.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/trainer/__init__.py
tfaip/trainer/params.py
tfaip/trainer/trainer.py
tfaip/trainer/callbacks/__init__.py
tfaip/trainer/callbacks/benchmark_callback.py
tfaip/trainer/callbacks/ema_callback.py
tfaip/trainer/callbacks/extract_logs.py
tfaip/trainer/callbacks/lav_callback.py
tfaip/trainer/callbacks/logger_callback.py
tfaip/trainer/callbacks/progbar.py
tfaip/trainer/callbacks/tensor_board_callback.py
tfaip/trainer/callbacks/tensor_board_data_handler.py
tfaip/trainer/callbacks/tensorflow_fix.py
tfaip/trainer/callbacks/train_params_logger.py
tfaip/trainer/callbacks/earlystopping/__init__.py
tfaip/trainer/callbacks/earlystopping/callback.py
tfaip/trainer/callbacks/earlystopping/params.py
tfaip/trainer/optimizer/__init__.py
tfaip/trainer/optimizer/gradient_accumulation_optimizer.py
tfaip/trainer/optimizer/optimizers.py
tfaip/trainer/optimizer/weights_moving_average.py
tfaip/trainer/scheduler/__init__.py
tfaip/trainer/scheduler/constant.py
tfaip/trainer/scheduler/constant_params.py
tfaip/trainer/scheduler/cosine_decay.py
tfaip/trainer/scheduler/cosine_decay_params.py
tfaip/trainer/scheduler/exponential_decay.py
tfaip/trainer/scheduler/exponential_decay_params.py
tfaip/trainer/scheduler/learningrate.py
tfaip/trainer/scheduler/learningrate_params.py
tfaip/trainer/scheduler/schedule_weightdecay.py
tfaip/trainer/scheduler/warmup_decay.py
tfaip/trainer/scheduler/warmup_decay_params.py
tfaip/trainer/warmstart/__init__.py
tfaip/trainer/warmstart/warmstart_params.py
tfaip/trainer/warmstart/warmstarter.py
tfaip/util/__init__.py
tfaip/util/enum.py
tfaip/util/generic_meta.py
tfaip/util/json_helper.py
tfaip/util/logging.py
tfaip/util/nesting.py
tfaip/util/profiling.py
tfaip/util/random.py
tfaip/util/shape_utils.py
tfaip/util/testing.py
tfaip/util/tfaipargparse.py
tfaip/util/tftyping.py
tfaip/util/typing.py
tfaip/util/versioning.py
tfaip/util/file/__init__.py
tfaip/util/file/oshelper.py
tfaip/util/math/__init__.py
tfaip/util/math/blend_helpers.py
tfaip/util/math/iter_helpers.py
tfaip/util/math/key_helper.py
tfaip/util/math/print_helpers.py
tfaip/util/multiprocessing/__init__.py
tfaip/util/multiprocessing/join.py
tfaip/util/multiprocessing/parallelmap.py
tfaip/util/multiprocessing/shared.py
tfaip/util/multiprocessing/data/__init__.py
tfaip/util/multiprocessing/data/parallel_generator.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