-
I want to use learn2learn in the server that only connects to the Intranet(can't pip install learn2learn), how to get the .whl file?
-
## 背景
实现元学习中的经典算法MAML
## 任务描述
初步进行复现。
## 目标
需要对原始模型进行一次推理,然后手动求导并更新参数,将新参数替换原始参数再次进行推理,此时用反向传播进行更新原始参数。
## 问题
我使用megengine r0.6,参考了[learn2learn](https://github.com/lea…
-
Hello,
Thanks for the developer for learn2learn, it provides a easy-to-use python package for researchers.
But I don't quite understand how to use maml on my time series dataset, as image dataset is…
-
Is it possible to provide an example how to integrate learn2learn with stable baselines 3 custom env to improve trained models generalization?
-
Hi :smiley:
Running the following code on `learn2learn==0.1.6`:
```
train_dataset = l2l.vision.datasets.MiniImagenet(root="data", mode="train", download=True)
val_dataset = l2l.vision.datasets.Min…
-
Does someone have a DDP example with maml? (that distributes over the meta-batches)
related (cherry): https://github.com/learnables/learn2learn/issues/197
related (torchmeta): https://github.com/…
-
https://github.com/learnables/learn2learn/blob/fab0e11661bf8b0f99d7d85a9881d890393c2811/learn2learn/utils/__init__.py#L174
There are two issues in this example
a) small typo: first layer has a mis…
-
Hi, Thanks for sharing this awesome tools. I am doing seq2seq task now, but do not know how to construct the dataset, can anyone using this to do the seq2seq task before?
-
Hi
Thank you for the great library and examples. it would be awesome if you could integrate MAML++ (ICLR 2019).
@inproceedings{
antoniou2018how,
title={How to train your {MAML}},
author={Antre…
-
Hello authors,
I have an error when using the pretrained checkpoints when ```torch.load(args.ckpt)``` is run in generate.py (or any piece of code with the function). I tried re-downloading the mode…