-
Notifications
You must be signed in to change notification settings - Fork 28
TypeError: Too many parameter passed to theano function #11
Comments
I had this bug too.
and here is the stacktrace:
My system: Here is the content of the .theanorc file:
and here is the content of the .keras/keras.json file:
Thank you. |
I think the issue might be that no validation data was passed to model.fit(). Try setting either |
I changed my code and added the validation_split parameter. Here is the result:
Maybe it's because insights=True only work with images and that this script is not using images? |
Insights works currently only with images as input. This is a rather soft limitation that will be removed once we touch this functionality again. |
I'm getting the following error immediately after the first epoch completes. Any idea what the problem might be?
The shape of my inputs is (3, 256, 256).
The text was updated successfully, but these errors were encountered: