Skip to content

v0.2.18

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 14:00
· 113 commits to master since this release

Commits

  • b24fc76: update pre-commit (Zhiyuan Chen)
  • 7b16d6e: merge average_meters (Zhiyuan Chen)
  • 81fbc03: make functional a standalone file (Zhiyuan Chen)
  • 2237079: register collate_pn_tensor_fn to default_collate_fn_map (Zhiyuan Chen)
  • 6937343: NestedTensor now returns False when comparing to objects with unsupported type (Zhiyuan Chen)
  • 5887b14: copy class config to local at init (Zhiyuan Chen)
  • 1b458b9: fixes PNTensor.deepcopy error in rare cases (Zhiyuan Chen)
  • b31dad9: fix name conflicts in setattr (Zhiyuan Chen)
  • 88aa731: fix NestedTensor.storage is not a method and _state is not a property (Zhiyuan Chen)
  • c9c3e14: set default value of final_lr_ratio to 1e-3 (Zhiyuan Chen)
  • 848cde6: make MLP and Dense more flexible (Zhiyuan Chen)
  • dda7269: explicitly set kwargs for method_cache (Zhiyuan Chen)
  • 6745a34: support 'pandas' and 'pd' for pandas pickle in IO (Zhiyuan Chen)
  • f4b540a: fix padding values used in metrics calc when input/target is NestedTensor (Zhiyuan Chen)
  • cfedf8e: improve NestedTensor (Zhiyuan Chen)
  • 4ab86f4: improve Metrics & AverageMeters (Zhiyuan Chen)
  • 46787c5: fix lints (Zhiyuan Chen)