.gitignore
LICENSE.txt
MANIFEST.in
Makefile
README.md
environment.yml
setup.cfg
setup.py
tox.ini
benchmarks/benchmark.py
benchmarks/benchmark.sh
benchmarks/configure.py
benchmarks/evaluatable.py
benchmarks/helpers.py
benchmarks/log.py
benchmarks/metrics.py
benchmarks/plot.py
benchmarks/report.sh
benchmarks/trainable.py
benchmarks/config/config.yaml
benchmarks/config/embedding/simclr-resnet-18.yaml
benchmarks/config/sampler/bit.yaml
benchmarks/config/sampler/coreset.yaml
benchmarks/config/sampler/random.yaml
benchmarks/config/task/classification-cifar10.yaml
benchmarks/config/task/classification-fashion-mnist.yaml
benchmarks/config/task/classification-stl10.yaml
boris/__init__.py
boris/_one_liners.py
boris/api/__init__.py
boris/api/_communication.py
boris/api/_helpers.py
boris/cli/__init__.py
boris/cli/_helpers.py
boris/cli/boris_cli.py
boris/cli/embed_cli.py
boris/cli/train_cli.py
boris/cli/upload_cli.py
boris/cli/config/config.yaml
boris/data/__init__.py
boris/data/_collate.py
boris/data/_dataset.py
boris/data/_helpers.py
boris/data/_image_loaders.py
boris/embedding/__init__.py
boris/embedding/_base.py
boris/embedding/_embedding.py
boris/loss/__init__.py
boris/loss/_ntx_ent_loss.py
boris/models/__init__.py
boris/models/_resnet_simclr.py
boris/sampling/__init__.py
boris/sampling/_base.py
boris/sampling/_score.py
boris/transforms/__init__.py
boris/transforms/_gaussian_blur.py
boris/utils/__init__.py
boris/utils/_format_conversion.py
borisml.egg-info/PKG-INFO
borisml.egg-info/SOURCES.txt
borisml.egg-info/dependency_links.txt
borisml.egg-info/entry_points.txt
borisml.egg-info/requires.txt
borisml.egg-info/top_level.txt
tests/test_BorisDataset.py
tests/test_GaussianBlur.py
tests/test_GetPresignedURL.py
tests/test_ModelsSimCLR.py
tests/test_NTXentLoss.py
tests/test_Sampler.py
tests/test_UploadEmbeddings.py
tests/test_UploadImages.py
tests/test_data_collate.py