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).
When I'm running your code with
python bin\train.pymachine restarts.After debugging I found out that it occurs in the SimpleSeq2Seq model creation.
Machine config:
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).