convulational_mlp.py - python.exe has stopped working
tdlshashi opened this issue · 3 comments
I am using Windows 7 32 bit. When I run the convulational_mlp.py, Python crashes with exit code - 1073741819 (0xC0000005).
It crashes just after
.... training
Do you have this problem with the other examples? Which blas Didi you use?
Can you try with this Theano flag
blas.ldflags=
This could trigger a different implementation.
Make sure to use Theano development version.
Le 28 sept. 2016 02:28, "Shashikant Ghangare" notifications@github.com a
écrit :
I am using Windows 7 32 bit. When I run the convulational_mlp.py, Python
crashes with exit code - 1073741819 (0xC0000005).It crashes just after
.... training—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#171, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AALC-8TCiqi95sBz3lgqb_wQV6i9ghGqks5qugkNgaJpZM4KIdYl
.
Today I ran it on Ubuntu, it ran successfully... I think I used old version of Theano on Windows..
ok. thanks for the update.