mirror of
https://github.com/clearml/clearml
synced 2025-04-28 18:22:39 +00:00
Make sure we work on a copy of task objects
This commit is contained in:
parent
696c349488
commit
197894735b
@ -414,6 +414,7 @@ class BaseJob(object):
|
||||
return None
|
||||
|
||||
# we need to ignore `requirements` section because ir might be changing from run to run
|
||||
script = deepcopy(script)
|
||||
script.pop("requirements", None)
|
||||
|
||||
hyper_params = deepcopy(task.get_parameters() if params_override is None else params_override)
|
||||
|
Loading…
Reference in New Issue
Block a user