penzant / diin-chainer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diin-chainer

A chainer implementation of Densely Interactive Inference Network (arXiv:1709.04348)

Requirements:

To Run,

python train.py

For debug with a small data:

python train.py --debug_mode

TODO:

  • Learning rate in adadelta
  • Use SGD in the middle of training
  • Early stopping
  • Confusion matrix
  • Use ParallelUpdater? (for data parallel processing)
  • Improve performance...

About

License:Apache License 2.0


Languages

Language:Python 100.0%