-
I got this error:
```
Traceback (most recent call last):
File "/home/miranda9/miniconda3/envs/meta_learning_a100/lib/python3.9/site-packages/learn2learn/algorithms/maml.py", line 159, in adapt
…
-
Hi, thank you for your contribution.
https://github.com/learnables/learn2learn/blob/6b741028f0812ba73da58acf7206d93654dde97a/learn2learn/gym/envs/mujoco/halfcheetah_forward_backward.py#L89
I fix…
-
Hi,
thanks for a great library! I wanted to use the meta-sgd implementation and was wondering what would be the best way of adding a learnable scalar.
Looking at your meta-sgd example:
https://…
-
Hi, so .. not sure what went wrong
```python
from learn2learn.data.transforms import NWays, KShots, LoadData
def meta_transforms_factory(dataset):
return [
NWays(dataset, n=LEARNI…
-
e.g.
```
train_data_transforms = Compose([
ToPILImage(),
RandomCrop(84, padding=8), # todo: do we really need the padding = 8
ColorJitter(brightness=0…
-
Hi,
It seems that learn2learn does not support torch.nn.functional.grid_sample()'s derivative. If my understanding was right, are there any ways to readily deal with this problem or do you know any…
-
## 🐛 Bug
If `cudatoolkit` 11.0.221 is installed, `python -c 'import torch'` fails with
```
OSError: /home/ka37/anaconda3/envs/fail/lib/python3.8/site-packages/torch/lib/../../../../libcublas.so…
-
## 🐛 Bug
Met `TypeError: torchvision.transforms.transforms.ToTensor is not a Module subclass` in https://github.com/Lightning-AI/lightning-flash/blob/master/flash_examples/integrations/learn2learn/…
-
tks
-
Hi there, why this examples is not working? why cross_entropy fails?
```python
import learn2learn as l2l
import pytorch_lightning as pl
tasksets = l2l.vision.benchmarks.get_tasksets('omniglot'…