This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Bi-Weekly Patch Release
[0.7.2] - 2022-03-30
Fixed
- Fixed examples (question answering), where NLTK's
punkt
module needs to be downloaded first. (#1215) - Fixed normalizing inputs to video classification (#1213)
- Fixed a bug where
pretraining_transforms
in theImageEmbedder
was never called. (1196) - Fixed a bug where
BASE_MODEL_NAME
was not in the dict for dino and moco strategies. (1196) - Fixed support for
torch==1.11.0
(#1234) - Fixed DDP spawn support for
ObjectDetector
,InstanceSegmentation
, andKeypointDetector
(#1222) - Fixed a bug where
InstanceSegmentation
would fail if samples had an inconsistent number of bboxes, labels, and masks (these will now be treated as negative samples) (#1222) - Fixed a bug where collate functions were never called in the
ImageEmbedder
class. (#1217) - Fixed a bug where
ObjectDetector
,InstanceSegmentation
, andKeypointDetector
would log train and validation metrics with the same name (#1252) - Fixed a bug where using
ReduceLROnPlateau
would raise an error (#1251) - Fixed GPU support for self-supervised training with the
ImageEmbedder
(#1256)
Contributors
@aisensiy @andife @aniketmaurya @Borda @dudeperf3ct @ethanwharris @krshrimali
If we forgot someone let us know 😃