How Can We Help?

Custom Loss

In some specialized models, you may want to create your own custom loss.  To create a custom loss, MyCaffe uses the MemoryLossLayer.

By implementing the MemoryLossLayer‘s OnGetLoss event you can create your own custom loss functionality that is then feeds back into the model training during the backward propagation pass.

Table of Contents