Skip to content

Conversation

@sovrasov
Copy link
Member

@sovrasov sovrasov commented Apr 14, 2025

Summary

  • Add recipes for 3 types of classification task. Training parameters are different vs MNv3: v4 required adamW to converge
  • Old incorrect MNv4 recipe was deleted
  • Bump timm to 1.0.10

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have ran e2e tests and there is no issues.
  • I have added the description of my changes into CHANGELOG in my target branch (e.g., CHANGELOG in develop).​
  • I have updated the documentation in my target branch accordingly (e.g., documentation in develop).
  • I have linked related issues.

License

  • I submit my code changes under the same Apache License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below).
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

🚀 Integration Run Summary

  • Last Commit: Move h-cls to datumaro format
  • Result:
  • Workflow Run: View Run

@github-actions github-actions bot added the DOC Improvements or additions to documentation label Apr 14, 2025
@eugene123tw
Copy link
Contributor

/run multi_class_cls

eugene123tw
eugene123tw previously approved these changes Apr 15, 2025
@github-actions github-actions bot added DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM BUILD labels Apr 15, 2025
ashwinvaidya17
ashwinvaidya17 previously approved these changes Apr 15, 2025
@sovrasov sovrasov marked this pull request as draft April 15, 2025 12:44
@sovrasov
Copy link
Member Author

sovrasov commented Apr 15, 2025

Anomalib is incompatible with timm version containing MNv4. PR is on hold until anomaly engine refactoring is done

@sovrasov
Copy link
Member Author

Multiclass benchmark results:

Model avg top1
deit_tiny 0.8411
dino_v2 0.8827
efficientnet_b0 0.8475
efficientnet_v2 0.8724
mobilenet_v3_large 0.8506
mobilenet_v4_medium 0.7249
tv_efficientnet_b3 0.8986
tv_efficientnet_v2_l 0.9019
tv_mobilenet_v3_small 0.7039

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BUILD DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM DOC Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants