Make and/or load ResNet-15 embeddings of CIFAR-10 and SVHN Set Up on Linux: Download conda at https://docs.conda.io/en/latest/ run sh setup.sh on a linux system, preferably Ubuntu run source activate py36 to enter the conda env to get an interactive shell with dicts containing embeddings for each dataset, run python -i load_embeddings.py. Set Up on MacOS: Download conda at https://docs.conda.io/en/latest/ run conda create -n py36 python=3.6 run source activate py36 to enter the conda env pip install -r requirements.txt to get an interactive shell with dicts containing embeddings for each dataset, run python -i load_embeddings.py.