debug_seq2seq icon indicating copy to clipboard operation
debug_seq2seq copied to clipboard

Machine reboots when model starts

Open 7633 opened this issue 8 years ago • 0 comments

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).

7633 avatar Jul 26 '17 12:07 7633