-
hello, when i run the MAML_TrainStd.ipynb, it shown FileNotFoundError: [Errno 2] No such file or directory: '../../../dataset/train.csv'
, so how can i get the train.csv file. thank you
-
Dear author,
thank you for your excellent work, could you tell me how do I add a new environment for meta learning, is there any necessary, can you post an example on the doc?
-
Just the title says, After I update something in description/synopsis or similar then command update-markdownhelp and force import module, it doesn't update, with log path, it detects that no updates …
-
Good job!
I find an interesting phenomenon that the accuracy of ProtoNet's linear-layer form (w=2c, b=-c^2) is significantly lower than that of ProtoNet. However, theoretically the accuracy of the tw…
-
Hi, sorry for bothering.
I notiticed that in your method, the D_tr updatas the model parameters at first, then calculate Global loss and Local loss on updated model. But I did't understand what rol…
kjw11 updated
3 years ago
-
This work is awesome!
Using `nn.DistributedDataParallel` in the following way will raise Error when execute `learner = maml.clone()`
How to use it correctly? Should I use nn.DistributedDataParall…
-
-
Hi,
Great application of MAML. I wonder if you haven't released some preprocessing operations. I found I cannot directly run the code, The original dataset has not been divided into 'tasks (classes…
-
The PowerShell help tends to be the first port of call, when unexpected things happen, so make sure that the examples are all there and comprehensive.
* All function help should have a .LINK proper…
-
## 🚀 Feature
Add support for `torch.nn.Module` to be used in functional style.
This RFC proposes a design for https://github.com/pytorch/pytorch/issues/49171
## Motivation & Pitch
The follow…