You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node: 'myanfis/ruleLayer/Reshape_1'
Input to reshape is a tensor with 104 values, but the requested shape requires a multiple of 16
[[{{node myanfis/ruleLayer/Reshape_1}}]] [Op:__inference_train_function_2861]
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem with the training section, would you please guide me. in the below code I have got the error.
y_pred = fis.model.fit(X_train, y_train,
epochs=param.n_epochs,
batch_size=param.batch_size,
validation_data=(X_test, y_test),
callbacks=[tensorboard_callback])
Error:
InvalidArgumentError: Graph execution error:
Node: 'myanfis/ruleLayer/Reshape_1'
Input to reshape is a tensor with 104 values, but the requested shape requires a multiple of 16
[[{{node myanfis/ruleLayer/Reshape_1}}]] [Op:__inference_train_function_2861]
Thank you in advance
The text was updated successfully, but these errors were encountered: