LICENSE
README.md
pyproject.toml
setup.py
zoobot/__init__.py
zoobot.egg-info/PKG-INFO
zoobot.egg-info/SOURCES.txt
zoobot.egg-info/dependency_links.txt
zoobot.egg-info/requires.txt
zoobot.egg-info/top_level.txt
zoobot/pytorch/__init__.py
zoobot/pytorch/estimators/__init__.py
zoobot/pytorch/estimators/cuda_check.py
zoobot/pytorch/estimators/custom_layers.py
zoobot/pytorch/estimators/define_model.py
zoobot/pytorch/estimators/efficientnet_custom.py
zoobot/pytorch/estimators/efficientnet_standard.py
zoobot/pytorch/estimators/resnet_detectron2_custom.py
zoobot/pytorch/estimators/resnet_detectron2_standard.py
zoobot/pytorch/estimators/resnet_torchvision_custom.py
zoobot/pytorch/predictions/__init__.py
zoobot/pytorch/predictions/predict_on_catalog.py
zoobot/pytorch/training/__init__.py
zoobot/pytorch/training/losses.py
zoobot/pytorch/training/train_with_pytorch_lightning.py
zoobot/shared/__init__.py
zoobot/shared/compress_representations.py
zoobot/shared/label_metadata.py
zoobot/shared/save_predictions.py
zoobot/shared/schemas.py
zoobot/tensorflow/__init__.py
zoobot/tensorflow/data_utils/__init__.py
zoobot/tensorflow/data_utils/catalog_to_tfrecord.py
zoobot/tensorflow/data_utils/checks.py
zoobot/tensorflow/data_utils/create_shards.py
zoobot/tensorflow/data_utils/create_tfrecord.py
zoobot/tensorflow/data_utils/image_datasets.py
zoobot/tensorflow/data_utils/tfrecord_datasets.py
zoobot/tensorflow/datasets/__init__.py
zoobot/tensorflow/datasets/rings.py
zoobot/tensorflow/estimators/__init__.py
zoobot/tensorflow/estimators/alexnet_baseline.py
zoobot/tensorflow/estimators/custom_callbacks.py
zoobot/tensorflow/estimators/custom_layers.py
zoobot/tensorflow/estimators/define_model.py
zoobot/tensorflow/estimators/efficientnet_custom.py
zoobot/tensorflow/estimators/efficientnet_standard.py
zoobot/tensorflow/estimators/preprocess.py
zoobot/tensorflow/estimators/small_cnn_baseline.py
zoobot/tensorflow/predictions/__init__.py
zoobot/tensorflow/predictions/load_predictions.py
zoobot/tensorflow/predictions/predict_on_dataset.py
zoobot/tensorflow/predictions/visualize_dirichlet_predictions.py
zoobot/tensorflow/stats/__init__.py
zoobot/tensorflow/stats/coverage.py
zoobot/tensorflow/stats/dirichlet_stats.py
zoobot/tensorflow/stats/mixture_stats.py
zoobot/tensorflow/stats/vote_stats.py
zoobot/tensorflow/training/__init__.py
zoobot/tensorflow/training/losses.py
zoobot/tensorflow/training/train_with_keras.py
zoobot/tensorflow/training/training_config.py
zoobot/tensorflow/transfer_learning/__init__.py
zoobot/tensorflow/transfer_learning/utils.py