This repository implements visualization of tsne and sphere features.
First of all, train a resnet-18.
python3 standard_train.py --lr=0.01 --batch_size=256 --load=0
python3 standard_train.py --lr=0.01 --batch_size=256 --load=1 --type=tsne
python3 standard_train.py --lr=0.01 --batch_size=256 --load=1 --type=sphere