Skip to content

Aircraft, CUB200 bounding boxes, pretrained_backbones, RandomClassRotation, fixed memory_leak.

Compare
Choose a tag to compare
@seba-1511 seba-1511 released this 10 Feb 03:30
· 30 commits to master since this release

v0.1.7

Added

  • Bounding box cropping for Aircraft and CUB200.
  • 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)