how to reshape/input to 3dcnn with 5 dimensions

前端 未结 0 756
忘了有多久
忘了有多久 2021-01-15 09:09

I am trying to reshape Input of dimension (240, 720, 1280, 3) 240 is total number of images.

X_In = X_In.reshape(X_In.shape[0],seq_length, image_width, image_         


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