Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 615 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 615 Bytes

visualization

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

T-sne

python3 standard_train.py --lr=0.01 --batch_size=256 --load=1 --type=tsne

image

Sphere

python3 standard_train.py --lr=0.01 --batch_size=256 --load=1 --type=sphere

图片名称