mirror of
https://github.com/clearml/clearml
synced 2025-03-03 02:32:11 +00:00
Fix updating hyper parameters in non-legacy mode
This commit is contained in:
parent
4f303cb37b
commit
04b3fa809b
@ -923,6 +923,7 @@ class Task(IdObjectBase, AccessMixin, SetupUploadMixin):
|
||||
hyperparams[section_name] = section
|
||||
|
||||
self._edit(hyperparams=hyperparams)
|
||||
self.data.hyperparams = hyperparams
|
||||
else:
|
||||
execution = self.data.execution
|
||||
if execution is None:
|
||||
|
Loading…
Reference in New Issue
Block a user