You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, our pipeline is bound with a fixed set of hyper-parameter and this is not convenient to run multi-job with different sets of hyper-parameter. We should allow passing hyper-parameter on a job-scale.
To implement it:
We need to add one column in Job model: param which is a JSON string
Right now, our pipeline is bound with a fixed set of hyper-parameter and this is not convenient to run multi-job with different sets of hyper-parameter. We should allow passing hyper-parameter on a job-scale.
To implement it:
Job
model:param
which is aJSON string
JSON string
should have the following structure:If the
pluginName
in thepipeline
but does not exist in the job param config, it will retrieve the config from pipeline.CLI
, something like:pipcook run <jobid> [param-json]
pipboard
for a GUI operation.The text was updated successfully, but these errors were encountered: