Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 200 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 200 Bytes

About

Requirements

  • NumPy (>= 1.6.1)
  • SciPy (>= 0.9)
  • Chainer

Main LSTM training

python train_practice.py # CPU mode
python train_practice.py -g 0 # GPU mode (not that fast)