Skip to content

PyTorch implementation of Siamese Network with FashionMNIST

Notifications You must be signed in to change notification settings

owruby/siamese_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siamese Network with FashionMNIST

PyTorch implementation of Siamese Network with FashionMNIST. visualize_fashionmnist

Dependencies

  • python3
  • pytorch==0.3.0
  • torchvision=2.0

Train Siamese Network

python train.py --lr 0.01 --epochs 20 --batch_size 128

Visualize

python visualize.py --n_plots 500

Reference

About

PyTorch implementation of Siamese Network with FashionMNIST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages