convert image to (None, 224, 224, 3) in tensorflow

前端 未结 0 1450
天命终不由人
天命终不由人 2021-02-07 09:53

i want to convert my image data into (None, 224, 224, 3) , ive tried to using np.reshape (None, 224,224,3) the output says none is not integer, what should i do? thanks in advan

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