Oufattole / meds-torch

MIT License
15 stars 1 forks source link

Resolving hydra ${now:...} syntax when tuning not working. #41

Closed Oufattole closed 2 weeks ago

Oufattole commented 2 months ago

When the hydra config is copied over to spawned ray tune processes, resolvers may not work as anticipated. ${now:...} specifically does not work.

Oufattole commented 2 weeks ago

This is resolved by pull request #103 as we handle converting the time_output_dir from a string to a Path object in a task_wrapper decorator, which uses the ${now:...} hydra resolver prior to spawning ray tune processes.