Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)