icoz69 / CEC-CVPR2021

Pytorch code for CVPR2021 paper "Few-Shot Incremental Learning with Continually Evolved Classifiers"
MIT License
152 stars 33 forks source link

Test split and evaluation code missing? #8

Closed LinglanZhao closed 3 years ago

LinglanZhao commented 3 years ago

Hi, thanks for your transparent and impressive work!

I find that the test data split seems missing in data/index_list compared to the original implementation. In addition, it seems that the model evaluation code is not provided.

If I made any mistake, please correct me. @icoz69 @Nan-S

LinglanZhao commented 3 years ago

The test splits have been pre-processed into other files in the uploaded dataset, and the evaluation code is provided during model training.

Thanks again for your transparent work!