Optimize the Weight of a layer while training CNN

前端 未结 0 597
太阳男子
太阳男子 2020-12-18 13:13

I am trying to train a neural network whose last layer like this,

add_5_proba = Add()([out_of_1,out_of_2,out_of_3,out_of_4,  out_of_5 ])
# Here I am adding 5          


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