Skip to content

v0.1.2

Compare
Choose a tag to compare
@ppwwyyxx ppwwyyxx released this 04 May 17:52

The pre-built wheels for this version have to be used with an official binary release of PyTorch 1.5.

Improvements:

Incompatible changes:

  • When loading a checkpoint with resume_or_load(), training states like optimizer, start_iter will only be loaded when resume is True and the last checkpoint is found. This matches users’ expectations better
  • .output_size in custom box head is renamed to .output_shape
  • anchor_generator no longer duplicates the anchors for each image
  • feature_strides and feature_channels attributes are removed from ROIHeads. Use the input argument input_shape instead.

New in DensePose: