Zhaoyu Li (李照宇)
Zhaoyu Li (李照宇)
Thanks for your good implementation of MAML, however, I think that maybe use state_dict() and load_stat_dict() is much faster than modifying the weights (in omniglot_net.py 43), can I first deepcopy...
Hi, I would like to download deep-hol proofs and training data by following the instruction from `https://sites.google.com/view/holist/home`, the prompt suggests that `HTTP request sent, awaiting response... 404 Not Found`. It...
Thanks for your good implementation of MAML, however, I think that maybe using state_dict() and load_stat_dict() is much easier than modifying all the weights (in learner.py forward), can I first...