[TAO-2511][Feature] Add Visual ChangeNet DINOv3 7B configuration - #31
Merged
Conversation
Signed-off-by: Nikhil <nnagrajrao@nvidia.com>
|
For security reasons, CI does not run automatically on NVIDIA's runners — it must be triggered per commit.
Tip Should this fix also ship in a release? Add a Important Before merging: every file needs a license header and every commit must be DCO signed-off — see the 📖 Contribution guide for details. |
Contributor
Author
|
/build |
vpraveen-nv
approved these changes
Aug 11, 2026
vpraveen-nv
left a comment
Contributor
There was a problem hiding this comment.
LGTM — enum addition is consistent with the tao-pytorch companion, and splitting the regression into shared-vs-ChangeNet-only expectations is a nice touch.
Merged
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
Add
vit_7b_dinov3to the tao-core Visual ChangeNet backbone enum and extend the downstream drift test with a Visual ChangeNet-specific 7B assertion. SegFormer remains limited to its existing five DINOv3 variants.Why are the changes needed?
tao-core is the configuration source mirrored by downstream schemas. It must expose the same Visual ChangeNet DINOv3 variants as tao-pytorch so generated interfaces do not drift.
Related issues
JIRA: TAO-2511.
Companion implementation: tao-pytorch branch
TAO-2511-frozen-dinov3-aoi.Companion workflow/schema update: tao-skill-bank branch
TAO-2511-frozen-dinov3-aoi.Does this PR introduce any user-facing change?
Yes. Generated Visual ChangeNet configurations can select
vit_7b_dinov3. Existing defaults and SegFormer options are unchanged.How was this patch tested?
git diff --checkand no-Markdown checks passed.Was this patch authored or co-authored using generative AI tooling?
Generated-by: OpenAI Codex
Release note
Checklist
git commit -s)Notes for reviewers
No Markdown files are changed. The split regression expectation is intentional: five variants are shared with SegFormer, while 7B is Visual ChangeNet-only.