Open danijar opened 8 years ago
Can you describe more?
Sure. The idea is to plot the loss for each class as separate lines in the loss diagram. This requires to select colors for the classes. Mapping the possible labels between 0 and 1 would allow to color those lines from a Matplotlib color map. However, now I think hard coding colors from a palette (colorbrewer2.org) is better.
I did not understand what exactly is meant by 'class' here? Is it the different methods to train the NN given in gradient.py
?
Haha I see. By classes I mean the possible labels in a classification dataset.
Need to map label space from 0 to 1.