openpose / 3rdparty /caffe /docs /tutorial /layers /infogainloss.md
JusJ7's picture
Duplicate from camenduru/openpose
b7f741c
metadata
title: Infogain Loss Layer

Infogain Loss Layer

A generalization of MultinomialLogisticLossLayer that takes an "information gain" (infogain) matrix specifying the "value" of all label pairs.

Equivalent to the MultinomialLogisticLossLayer if the infogain matrix is the identity.

Parameters

{% highlight Protobuf %} {% include proto/InfogainLossParameter.txt %} {% endhighlight %}