ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type numpy.ndarray) when training CNN model

后端 未结 0 566
误落风尘
误落风尘 2021-02-15 08:49

The above error appears whenever I try to train my CNN Model using a 4d numpy array. The model builder function is as follows:

def build_model(input_shape, LR=.00         


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