ValueError: Input 0 of layer sequential_2 is incompatible with the layer: expected ndim=5, found ndim=4. Full shape received: (None, 10, 250, 250)

前端 未结 0 1524
一个人的身影
一个人的身影 2021-02-14 04:13

I am getting error for this code. My original input_shape is (10,250,250,1) . I used tensorflow.keras for Sequential.

               validation_data=(validation_d         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题