Skip to content

This repository implements visualization of tsne and sphere features.

Notifications You must be signed in to change notification settings

zj-jayzhang/visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

图片名称

About

This repository implements visualization of tsne and sphere features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages