This repository was 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
punktmodule needs to be downloaded first. (#1215) - Fixed normalizing inputs to video classification (#1213)
- Fixed a bug where
pretraining_transformsin theImageEmbedderwas never called. (1196) - Fixed a bug where
BASE_MODEL_NAMEwas 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
InstanceSegmentationwould 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
ImageEmbedderclass. (#1217) - Fixed a bug where
ObjectDetector,InstanceSegmentation, andKeypointDetectorwould log train and validation metrics with the same name (#1252) - Fixed a bug where using
ReduceLROnPlateauwould 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 😃