Henry Liu
Henry Liu
Do you consider supporting multi-label classification(one sample can have more than one label) using IntrospectiveRationaleExplainer? Right now IntrospectiveRationaleExplainer model can do multi-class classification task. What if we have training dataset...
I'm getting RuntimeError: multi-target not supported at ..\aten\src\THNN/generic/ClassNLLCriterion.c:20 while trying to feed multi-class dataset. My training data looks like this. I'm using one-hot format as label.  I'm getting the...