Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DeiT-Tiny model regression during class incremental training #2594

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update changelog
wonjuleee committed Oct 31, 2023
commit 46e16b75720e2c2118be78f5dc94b00608cb0ebc
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
### Bug fixes

- Fix F1 auto-threshold to choose best largest confidence (<https://github.com/openvinotoolkit/training_extensions/pull/2371>)
- Fix IBLoss enablement with DeiT-Tiny when class incremental training (<https://github.com/openvinotoolkit/training_extensions/pull/2594>)

### Known issues

Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
# SPDX-License-Identifier: Apache-2.0
#

import torch.nn.functional as F
from mmcls.models.builder import HEADS
from mmcls.models.heads import VisionTransformerClsHead