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

Potential bug: GreedyAlgorithm doesn't work for Parallel functions for models using with_aux_at_targets #124

Open
acocac opened this issue Jul 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@acocac
Copy link
Member

acocac commented Jul 29, 2024

Description

When the set of target points X_t is different from the set of search points X_s, the GreedyAlgorithm fails to run the parallel functions for models trained with aux_at_targets.

Please find a MWE in Colab here.

Reproduction steps

  1. Use xarray toy datasets (temperature)
  2. Incorporate aux_at_targets in the task loader
  3. Train the model
  4. Create target_points X_t different from the set of search points X_s
  5. Initialise one of the parallel functions e.g. Stddev
  6. Call the GreedyAlgorithm to run the search process

Version

0.3.8

Screenshots

No response

OS

Mac

@acocac acocac added the bug Something isn't working label Jul 29, 2024
@acocac acocac changed the title Potential bug: GreedyAlgorithm doesn't work for Parallel functions when with_aux_at_targets Potential bug: GreedyAlgorithm doesn't work for Parallel functions for models using with_aux_at_targets Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant