nicolas-ivanov / debug_seq2seq

[unmaintained] Make seq2seq for keras work
233 stars 86 forks source link

Machine reboots when model starts #25

Open 7633 opened 7 years ago

7633 commented 7 years ago

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:

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