Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitmul/chainer-siamese
Siamese Network implementation using Chainer
https://github.com/mitmul/chainer-siamese
Last synced: 6 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T11:55:40.000Z (about 9 years ago)
- Last Synced: 2024-10-14T12:37:01.811Z (20 days ago)
- Language: Python
- Size: 133 KB
- Stars: 38
- 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
![](https://raw.githubusercontent.com/wiki/mitmul/chainer-siamese/images/result.png)