Issue
When I want to simply import keras
in jupyter notebook, I got an error "The kernel appears to have died. It will restart automatically."
My code is only:
import keras
Solution
I answer my own question. To solve the problem, I had to uninstall and reinstall anaconda and then use pip install tensorflow
. :(
Answered By - user13959036
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.