I have an image classification problem with high class imbalance. In the original Caffe framework, there is an InfogainLossLayer that can be used to offset the class imbalance while training. I can't seem to find this layer in the Caffe 2 docs.
Is something similar available in Caffe 2 or is there an other way of tackling class imbalance short of implementing a custom loss layer? Also, if I have a Caffe 1 model containing an InfogainLossLayer, I assume I can't convert that to Caffe 2, right?
Hi,
I have an image classification problem with high class imbalance. In the original Caffe framework, there is an InfogainLossLayer that can be used to offset the class imbalance while training. I can't seem to find this layer in the Caffe 2 docs.
Is something similar available in Caffe 2 or is there an other way of tackling class imbalance short of implementing a custom loss layer? Also, if I have a Caffe 1 model containing an InfogainLossLayer, I assume I can't convert that to Caffe 2, right?
Thanks, Agost