You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For users relying on the run.Script launch mechanism, the plugins today pass args according to the hydra-style overrides. however, users may not always configure their scripts to accept args in this way.
To allow for more customizability, we can augment the plugins to take in a script_args_converter_fn which should return a list of args to append to the task's arguments. this would allow users to specify their own conversion function if their training script doens't use hydra-style overrides