claer ml debug

pull/2109/head
hanoch 2024-10-20 17:08:46 +03:00
parent 102d731395
commit 5f8046d05f
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ if __name__ == '__main__':
# clearml support
if clear_ml: #clearml support
config_file = task.connect_configuration(opt.hyp)
config_file = task.connect_configuration(opt.hyp, name='hyperparameters_cfg')
with open(config_file) as f:
hyp = yaml.load(f, Loader=yaml.SafeLoader) # data dict
print("", 100 * '==')