项目作者: devilzj

项目描述 :
This repository implements visualization of tsne and sphere features.
高级语言: Python
项目地址: git://github.com/devilzj/visualization.git
创建时间: 2021-04-19T08:53:42Z
项目社区:https://github.com/devilzj/visualization

开源协议:

下载


visualization

This repository implements visualization of tsne and sphere features.

First of all, train a resnet-18.

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

T-sne

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

image

Sphere

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

图片名称