You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretrained weights for vision models with: l2l.vision.models.get_pretrained_backbone().
Add keep_requires_grad flag to detach_module. (Zhaofeng Wu)
Fixed
Fix arguments when instantiating l2l.nn.Scale.
Fix train_loss logging in LightningModule implementations with PyTorch-Lightning 1.5.
Fix RandomClassRotation (#283) to incorporate multi-channelled inputs. (Varad Pimpalkhute)
Fix memory leak in maml.py and meta-sgd.py and add tests to maml_test.py and metasgd_test.py to check for possible future memory leaks. (#284) (Kevin Zhang)