这是癌症检测的小项目,它已经有了数据集和colab代码,但是当我执行时出现错误
model.fit(x_train, y_train, epochs=1000)
Run Code Online (Sandbox Code Playgroud)
错误是:
ValueError: Input 0 of layer "sequential" is incompatible with the layer: expected shape=(None, 455, 30), found shape=(None, 30)
Run Code Online (Sandbox Code Playgroud)
我看评论发现其他人也有这个问题