-
Dear authors,
Your ideas to deal with the instability of MAML is great and elegant. But there is a simple but vital question with Per-step BN and Per-step LR, that's can they deal with the situation …
-
Hi Antreas.
Thanks for the great work MAML++! This will be very helpful!
I have the following questions.
1. The LSLR mentioned in the paper is not reflected in the code. The learning rate of each l…
-
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 t…
-
Hello, I can't find the evaluation code in this project.
For MAML, the evaluation need updae on the support set of test data, then evaluating on the query set of test data. Do you do the same proce…
-
Traceback (most recent call last):
File "", line 1, in
File "D:\ProgramData\Anaconda3\lib\multiprocessing\spawn.py", line 105, in spawn_main
exitcode = _main(fd)
File "D:\ProgramData\…
-
Is this a problem with TLS version? I'm not sure which version my environment is using or how to get around the problem - or fix the problem. Does upgrading to 1.2 take place within the R session? …
-
The current [README](https://github.com/cyberark/conjur#conjur) begins with a long bullet list, which reads like a word salad of jargon and buzzwords. The very first feature we sell is MAML, our con…
-
Thank you for releasing the code.
I notice that the function
`def forward(self, input, num_step, params=None, training=False, backup_running_statistics=False)`
has a training indicator. However…
-
sorry to bother you. I need your help. when I run the command(python MAML.py --cuda --model trs --batch_size 16 --use_sgd --lr 0.01 --meta_lr 0.0003 --meta_batch_size 16 --meta_optimizer adam --pretra…
-
Hi @mari-linhares , thanks for the repo!
We are building on your code to implement a bit more general version of MAML that includes a batch of tasks within the inner loop and several steps of gradien…