Skip to content

Graph execution Error #11

@feyzazeynep

Description

@feyzazeynep

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions