How to evaluate predictions which are obtained via averaging results from different models?

前端 未结 0 2005
广开言路
广开言路 2020-12-18 04:09

Its an image classifier and I am obtaining predictions by simply averaging them from different models.

predictions1_val=model.predict(img_data_val)
prediction         


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