suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
570 stars 270 forks source link

killed process by os when training using cpu #41

Open rojansudev opened 7 years ago

rojansudev commented 7 years ago

When i try to train using my own data using only cpu(not gpu),I get killed error by os.Is it because we can perform training only using gpu for this project?