Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjuleee committed Nov 1, 2023
1 parent f350ed2 commit 2ac7f25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ All notable changes to this project will be documented in this file.
- Add Anomaly modelAPI changes (<https://github.com/openvinotoolkit/training_extensions/pull/2563>)
- Fix IBLoss enablement with DeiT-Tiny when class incremental training (<https://github.com/openvinotoolkit/training_extensions/pull/2595>)


## \[v1.4.3\]

### Enhancements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def loss(self, cls_score, gt_label, feature=None):
losses["accuracy"] = {f"top-{k}": a for k, a in zip(self.topk, acc)}
losses["loss"] = loss
return losses

def forward_train(self, x, gt_label, **kwargs):
"""Forward_train fuction of CustomVisionTransformerClsHead class."""
x = self.pre_logits(x)
Expand Down

0 comments on commit 2ac7f25

Please sign in to comment.