Posts by Lucky J • 21 points
2 posts
-
0
votes1
answer68
viewsQ: Problem compiling code in Keras
I was creating a simple classifier in Keras in Python3, but its getting the same error message: Runtimeerror: You must Compile your model before using it. Follows the code: import keras from…
-
2
votes1
answer1199
viewsQ: Problem with arrays in Python 3.6
I started a small course on deep learning with Python, but I ended up having a problem with arrays... I usually take the code from the class and modify it a lot before creating an original, but this…