AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

Add NegativeLogLikelihoodLoss operator

Open TedThemistokleous opened this issue 5 months ago • 4 comments

Similar to softmax cross entropy loss #3008 , thus able to leverage all the existing logic of this and test method.

Added verify tests for the 3 reduction cases in varying datatypes.

Parser tests nearly identical to softmaxcrossentropyloss but without the softmax operator.

TedThemistokleous avatar Sep 09 '24 21:09 TedThemistokleous