arthurdouillard / incremental_learning.pytorch

A collection of incremental learning paper implementations including PODNet (ECCV20) and Ghost (CVPR-W21).
MIT License
383 stars 60 forks source link

How to plot the saved results ? #13

Closed rahulvigneswaran closed 4 years ago

arthurdouillard commented 4 years ago

Look at https://github.com/arthurdouillard/incremental_learning.pytorch/blob/master/inclearn/lib/results_utils.py#L125.

You provide it all the folders generated by the library, each representing an experiement, that you want to display on a graph.