/Siamese-pytorch-mnist

A siamese cnn on Mnist

Primary LanguagePython

Siamese-Pytorch-Mnist

Thanks to Facial Similarity with Siamese Networks in Pytorch

Install

The project is based on python 3

This installation requires pytorch,cuda to be installed.

Train

$ python trainNet.py

Test

$ python test.py

The model is already trained.

Result

The accuracy of test dataset is over 98%