cassle icon indicating copy to clipboard operation
cassle copied to clipboard

Need of checkpoints : BT and VicReg

Open KameniAlexNea opened this issue 2 years ago • 1 comments

Hi all,

Is there any link where I can access to the checkpoint of model trained using Barlowtwins and VicREG ?

I would like to evaluate this approach using different models and need the trained last checkpoint of these models.

Thanks.

KameniAlexNea avatar Aug 10 '22 09:08 KameniAlexNea

Hey. I'm a bit busy this week, but I'll try to share the checkpoints as soon as possible.

vturrisi avatar Aug 10 '22 20:08 vturrisi

Hi, can you please share the configuration used to obtain results in assets\results file ?

I have tried to change some confs without getting it. Updating learning rate as mentioned in the paper.

Are you using online evaluation when training ? At the end of CSSL, what percentage of data are you using to train your linear model when trained on CIFAR-100 ?

KameniAlexNea avatar Dec 22 '22 10:12 KameniAlexNea

Hi, you can find the script in bash_files/continual/{dataset}/{method}.sh. They should contain the correct arguments.

On CIFAR100 we report the online linear eval accuracy since offline eval does not improve. Except for table 9 (semi-supervised), we use 100% of the data to train the linear classifier.

DonkeyShot21 avatar Dec 22 '22 17:12 DonkeyShot21

Thank you for your feedback.

II apologize for the omission in the information provided. I think that this argument could be added in the files on CIFAR-100.

KameniAlexNea avatar Dec 22 '22 17:12 KameniAlexNea