debug_seq2seq
debug_seq2seq copied to clipboard
Machine reboots when model starts
When I'm running your code with python bin\train.py machine restarts.
After debugging I found out that it occurs in the SimpleSeq2Seq model creation.
Machine config:
- Windows 10 x64
- Intel Core i7-4790K 4.0 GHz
- GeForce GTX 780 Ti
I used tensorflow 1.2 and theano 0.9.0 for keras backend and have got the same problem.
Other models start successfully (e.g. cifar10, mnist).