valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

.prepare for Jupyhai overrides parameters #71

Closed orasimus closed 2 years ago

orasimus commented 3 years ago

So currently if I have a .prepare call in my Jupyter notebook with default_parameters=..., the values I pass into a copied execution/task from Valohai get overridden by these default values.

Effectively this means that I cannot for example copy a notebook run into a task, as all the task's executions would run with the same parameters.