-
## Fix the model test for `maml.py`
1. setup env according to [Run a model under torch_xla2](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/support_a_new_model.md)
2. Run …
-
### 🐛 Describe the bug
torchbench_amp_bf16_training
xpu train functorch_maml_omniglot
E0626 14:52:43.796000 139708548429632 torch/_dynamo/utils.py:1478] RMSE (res-fp64): 0.00109, (ref-fp…
-
[1] (FO-MAML) https://arxiv.org/abs/1803.02999
[2] (i-MAML) https://papers.nips.cc/paper/2019/file/072b030ba126b2f4b2374f342be9ed44-Paper.pdf
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases)
- [X] Search the existing …
-
### What happened + What you expected to happen
I no longer could find rllib_maml. Also, when I imported it locally, there are several modules which are not found as shown on picture. Could you pleas…
-
line 34 in maml.py:
` def __call__(self, x: Tensor) -> Tensor:
`
Should this function be changed to
`def __call__(self, x: Tensor, params: Tensor = None) -> Tensor:`
-
In maml.py line 105 and 106, the code is
```python
fast_weights = collections.OrderedDict((name, param - args.inner_lr * grads)
for ((name, param)…
-
-
## git
https://github.com/dragen1860/MAML-Pytorch
##1. training & test
python3 miniimagenet_train.py 를 하면된다.
./miniiagmenet/ 폴더안에 train.csv와 test.csv 를 고치면, 내 자료로 바꿔칠 수 있다.
##2. filename
…
-
hello @llan-ml
Thank you for sharing this Maml implementation on ray.
Have you been able to fix the raygeterror issue with ray support team?
I will be gratefull if you could enrich this page wit…