Keras custom predicted value by adding new weight parameter (custom loss function/ add new lambda layer)

后端 未结 0 941
小鲜肉
小鲜肉 2021-01-12 09:05

I am trying to construct my predicted value as:

y_hat = alpha * output_1 + (1-alpha) * output_2

And the "output_1" and "output

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