meta-transfer-learning icon indicating copy to clipboard operation
meta-transfer-learning copied to clipboard

Very low performance during pre-training phase on FC100

Open TristanGomez44 opened this issue 3 years ago • 1 comments

Hi Yaoyao, Thank you for this very interesting work and code.

However, I have an issue with the pre-training phase on FC100, the validation performance is very low: 33%, even after several runs to check with various seeds.

Here is the command I run : python3 main.py --dataset_dir datasets/FC100/ --phase pre_train --gpu 0

And here is the results I get : low_perf

Is the performance supposed to be this low ?

I use pytorch 1.8.1 and torchvision 0.9.1

Kind regards,

Tristan.

TristanGomez44 avatar Oct 01 '21 13:10 TristanGomez44

Thanks for your interest in our work. I will check the pre-training code for FC100 later.

You may try to use the pre-training code in this project. I have tested it, and I think it would work.

Best, Yaoyao

yaoyao-liu avatar Oct 01 '21 14:10 yaoyao-liu