Closed Oufattole closed 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.
When the hydra config is copied over to spawned ray tune processes, resolvers may not work as anticipated. ${now:...} specifically does not work.