https://github.com/mitmul/chainer-siamese
Siamese Network implementation using Chainer
https://github.com/mitmul/chainer-siamese
Last synced: 2 months ago
JSON representation
Siamese Network implementation using Chainer
- Host: GitHub
- URL: https://github.com/mitmul/chainer-siamese
- Owner: mitmul
- Created: 2015-10-26T08:20:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T11:55:40.000Z (over 10 years ago)
- Last Synced: 2025-03-18T08:22:00.074Z (about 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 37
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
chainer-siamese
===============
# Requirement
- [Chainer](https://github.com/pfnet/chainer)
# Train
```
$ python train_test.py --gpu 0
```
# Test
```
$ python train_test.py --train 0 --gpu 0
```
## Result
