Here is the little project of Cancer detection, and it has already has the dataset and colab code, but I get an error when I execute
model.fit(x_train, y_train, epochs=1000)
The error is:
ValueError: Input 0 of layer "sequential" is incompatible with the layer: expected shape=(None, 455, 30), found shape=(None, 30)
When I look at the comments, other people are having this issue