ValueError: Labels are not in the input. For predicting examples without labels, please use the base model instead

前端 未结 0 573
-上瘾入骨i
-上瘾入骨i 2020-12-06 18:27

I am trying to predict label of an image but I am getting ValueError. My code is

adv_model.fit(x={\'feature\': x_train, \'label\': y_train}, batch_size=42, ep         


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