mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Add support for Hydra command-line syntax for modifying omegaconf
This commit is contained in:
@@ -739,6 +739,8 @@ class Task(_Task):
|
||||
if argparser_parseargs_called():
|
||||
for parser, parsed_args in get_argparser_last_args():
|
||||
task._connect_argparse(parser=parser, parsed_args=parsed_args)
|
||||
|
||||
PatchHydra.delete_overrides()
|
||||
elif argparser_parseargs_called():
|
||||
# actually we have nothing to do, in remote running, the argparser will ignore
|
||||
# all non argparser parameters, only caveat if parameter connected with the same name
|
||||
|
||||
Reference in New Issue
Block a user