Skip to content

Change auxiliary data dandling #54

Open
gabrieletijunaityte wants to merge 30 commits intodevelopfrom
feature/contrastive_setup
Open

Change auxiliary data dandling #54
gabrieletijunaityte wants to merge 30 commits intodevelopfrom
feature/contrastive_setup

Conversation

@gabrieletijunaityte
Copy link
Contributor

@gabrieletijunaityte gabrieletijunaityte commented Mar 2, 2026

What does this PR do?

Change the auxilary handling from {'aux': [num_values + tok_k_str_values]} to {'aux': tensor_num_values, 'top': [lst_top_k_str_values]

This is in preparation for top-k validation and soft contrastive loss implementations.

Before submitting

  • Did you make sure title is self-explanatory and the description concisely explains the PR?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you list all the breaking changes introduced by this pull request?
  • Did you test your PR locally with pytest command?

vdplasthijs and others added 28 commits February 27, 2026 15:52
We store these in teams for now. Butterfly UC is an exempion
Copy link
Collaborator

@vdplasthijs vdplasthijs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! One very minor thing re double quotes in one of the configs. Can you check and fix/ignore if it doesn't matter and merge? Thanks!

format: tif
use_target_data: true # default true
use_aux_data: false # default false
use_aux_data: none # default false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it none or "none"? I see both (in this file and butterfly_coords.yml)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants