Hi, thank you for your excellent work. I am attempting to replicate your code, but I am unable to achieve the level of accuracy reported in your paper.
Here is my key parameter settings:
- DATASET: cifar10lt
- net-config: Resnet32Feature
- loss-config: WCDAS_CIFARLT
- imbalance-ratio: 100
- lrs: cos_lr(0.2,700)
- opt_params: {weight_decay:0.0001, momentum:0.9}
For main_finetune.py, most parameters are same but lrs:cos_lr(0.005,30)
My final acuracy is always 2% lower than the report, what is your recommend parameters I need to set?
Cheers.
Hi, thank you for your excellent work. I am attempting to replicate your code, but I am unable to achieve the level of accuracy reported in your paper.
Here is my key parameter settings:
For main_finetune.py, most parameters are same but lrs:cos_lr(0.005,30)
My final acuracy is always 2% lower than the report, what is your recommend parameters I need to set?
Cheers.