Is it possible to fit different data input shape, for example (10, 14, 3), to InceptionV3 model?

后端 未结 0 1026
一生所求
一生所求 2021-02-10 03:41

I am trying to use Inceptionv3 model to train and test 4 class datasets, here is my train, test, and labels shapes:

X_test=Data_Test_10.reshape(22747,10,14,3)
X_t         


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