learn2learn icon indicating copy to clipboard operation
learn2learn copied to clipboard

Checkpoints for all data sets

Open brando90 opened this issue 5 years ago • 3 comments

Hi,

I was wondering if checkpoints could be made available for some of the meta-learning datasets.

I am in particular interested in mini-imagenet checkpoints trained with MAML.

Though, honestly, the more checkpoints with more meta-learning algorithms the better.

brando90 avatar Aug 22 '20 00:08 brando90

Hello @brando90,

This is not our immediate priority as it's unclear which model is worth check-pointing or not. (Different papers use slightly different architecture variations). Hopefully training your own model and saving it (e.g. on Colab) should be as easy as copy-pasting the script and adding the check-pointing code.

I'll leave the issue open in case someone would like to tackle it.

seba-1511 avatar Aug 25 '20 20:08 seba-1511

Hello @brando90,

This is not our immediate priority as it's unclear which model is worth check-pointing or not. (Different papers use slightly different architecture variations). Hopefully training your own model and saving it (e.g. on Colab) should be as easy as copy-pasting the script and adding the check-pointing code.

I'll leave the issue open in case someone would like to tackle it.

Hi @seba-1511

I know this is not a priority. But do you have at least the original 5CNN on mini-imagenet that Chelase Finn did but with l2l? I am guessing you must have done some unit test/sanity check to verify your library. So I'm crossing my fingers you used that setting. Did you?

brando90 avatar May 25 '22 15:05 brando90

Yes, I carefully tested this implementation. See #280 where I give a configuration which yields decent results.

seba-1511 avatar May 30 '22 02:05 seba-1511

Closing since we won't provide weights for all possible configs (see get_pretrained_backbones for supervised pretraining ones).

seba-1511 avatar May 29 '23 01:05 seba-1511