Trying to build my first GAN, but receiving error: expected ndim=3, found ndim=2

后端 未结 0 891
你的背包
你的背包 2020-12-29 00:42

Here\'s my code:

#reshape from (samples, timesteps) to (samples, timesteps, n_features)
X=X.reshape((X.shape[0],X.shape[1],n_features))
print(X.shape)

#Defin         


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