From 70f8392dd8243f9dae217de490d79a0bc13f8e08 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Thu, 20 Jul 2023 16:47:51 +0900 Subject: [PATCH] bump datumaro version up --- CHANGELOG.md | 3 +++ requirements/base.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfba318aea6..63011d14033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,12 +24,15 @@ All notable changes to this project will be documented in this file. - Self-SL for classification now can recieve just folder with any images to start contrastive pretraining () - Update OpenVINO version to 2023.0, and NNCF verion to 2.5 () - Improve XAI saliency map generation for tiling detection and tiling instance segmentation () +- Remove CenterCrop from Classification test pipeline and editing missing docs link() ### Bug fixes - Fix the bug that auto adapt batch size is unavailable with IterBasedRunner () - Fix the bug that learning rate isn't scaled when multi-GPU trianing is enabled() - Fix the bug that label order is misaligned when model is deployed from Geti () +- Fix NNCF training on CPU () +- Fix H-label classification () ### Known issues diff --git a/requirements/base.txt b/requirements/base.txt index 384031b53d2..a901eb88599 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ natsort>=6.0.0 prettytable protobuf>=3.20.0 pyyaml -datumaro==1.4.0rc3 +datumaro==1.4.0rc4 psutil scipy>=1.8 bayesian-optimization>=1.2.0