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

Disable tiling classifier toggle in configurable parameters #4107

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ All notable changes to this project will be documented in this file.
(<https://github.com/openvinotoolkit/training_extensions/pull/4083>)
- Fix RTDETR Explain Mode
(<https://github.com/openvinotoolkit/training_extensions/pull/4106>)
- Disable tiling classifier toggle in configurable parameters
(<https://github.com/openvinotoolkit/training_extensions/pull/4107>)

## \[v2.1.0\]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ tiling_parameters:
rules: []
type: UI_RULES
value: true
visible_in_ui: true
visible_in_ui: false
warning: The tile classifier prioritizes inference speed over training speed, it requires more training in order to achieve its optimized performance.

enable_adaptive_params:
Expand Down
Loading