You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: