Panos P
05/10/2023, 5:08 PMparams:
- p1
- p2
p1: value1
p2: value2
I want to create a pipeline with 2 nodes that each node take as input one of these params. e.g.
nodes = [node(func, f"params:{p}", f"output_{p}" for p in params]
pipeline(nodes)
Is that possible and how?Juan Luis
05/11/2023, 10:04 AMNok Lam Chan
05/11/2023, 11:05 AMPanos P
05/11/2023, 2:05 PM