brjathu / iTAML

Official implementation of "iTAML : An Incremental Task-Agnostic Meta-learning Approach". CVPR 2020
96 stars 16 forks source link

Where to check task accuracy and class accuracy? #4

Closed xialeiliu closed 4 years ago

xialeiliu commented 4 years ago

Fig 7 shows interesting performance of both task accuracy and class accuracy, I am wondering where to check those numbers. And where to decide the size of data continuum? Sorry I couldn't find corresponding part in the code. I might missed something. Thanks.

brjathu commented 4 years ago

Hi, the testing part of the code is the plot_cifar_10.ipynb file, function get_mata_score().

xialeiliu commented 4 years ago

Oh, I see. Thanks,