heuritech / convnets-keras

MIT License
594 stars 185 forks source link

Script does not go further after import #14

Open pedrobisp opened 7 years ago

pedrobisp commented 7 years ago

My script chokes when I import convnets-keras:

from convnetskeras.convnets import preprocess_image_batch, convnet

There is no error-message or whatsoever. Any clues on how to solve this?

Update on the issue: It is currently working on my linux desktop, but the issue still exists if try to import convnets-keras on windows.

KuratorX commented 7 years ago

I have the same issue

Using Theano backend. It seems the kernel died unexpectedly. Use 'Restart kernel' to continue using this console. It seems the kernel died unexpectedly. Use 'Restart kernel' to continue using this console. It seems the kernel died unexpectedly. Use 'Restart kernel' to continue using this console.

polytech1 commented 7 years ago

I've got the following message: No module named 'convnetskeras.customlayers' although I downloaded it with the instructions on the terminal Could you help me please? Thanks a lot!