AntreasAntoniou / HowToTrainYourMAMLPytorch

The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) paper in Pytorch.
https://arxiv.org/abs/1810.09502
Other
759 stars 137 forks source link

value error #44

Open zkk-web opened 2 years ago

zkk-web commented 2 years ago

Hello, I encountered such a problem when running the code: value error:' a' can't be empty no samples are taken. How should I solve it, please?

AntreasAntoniou commented 11 months ago

What command are you running?