RafaĆ
04/26/2022, 10:18 AMfrom-inputs
and from-nodes
None of them work.
However to-nodes
works đ
run:
pipeline: vtb_pupil2iris
env: vision_tests
from-inputs:
- vision_test_bunch
noklam
04/26/2022, 10:23 AMdatajoely
04/26/2022, 10:41 AMRafaĆ
04/26/2022, 10:51 AMnoklam
04/26/2022, 10:51 AMnoklam
04/26/2022, 10:52 AMRafaĆ
04/26/2022, 10:52 AMto-nodes
can be the list in YAML
- from_nodes
(unse underscore) - should be the string with comma separated node names
StrangeRafaĆ
04/26/2022, 10:53 AMto-nodes
worked in my case. Will check it.noklam
04/26/2022, 10:53 AMto-nodes
isn't pick up by the cli at all, so maybe that's why it is not complaining the list.RafaĆ
04/26/2022, 10:54 AMOptions:
--from-inputs TEXT A list of dataset names which should be used as a
starting point.
--to-outputs TEXT A list of dataset names which should be used as an
end point.
--from-nodes TEXT A list of node names which should be used as a
starting point.
--to-nodes TEXT A list of node names which should be used as an
end point.
noklam
04/26/2022, 10:55 AMyaml
file, if you do kedro run --to-nodes
it works .noklam
04/26/2022, 10:57 AM-
RafaĆ
04/26/2022, 10:58 AMfrom_nodes:
- node1
- node2
noklam
04/26/2022, 11:00 AMyaml
from_nodes: node1,node2
RafaĆ
04/26/2022, 11:00 AMfrom_inputs:
- vision_test_bunch
yields Pipeline does not contain data_sets named ["['vision_test_bunch']"]
RafaĆ
04/26/2022, 11:01 AMRafaĆ
04/26/2022, 11:01 AMparams
section can be YAML dict and not string
RafaĆ
04/26/2022, 11:03 AMlv
structure ? đnoklam
04/26/2022, 11:03 AMkedro run --config=config.yml
does not work as expectedBurn1n9m4n
04/26/2022, 6:27 PMBurn1n9m4n
04/26/2022, 6:29 PMnoklam
04/26/2022, 6:32 PMBurn1n9m4n
04/26/2022, 6:34 PMdatajoely
04/26/2022, 7:03 PMBurn1n9m4n
04/26/2022, 7:04 PMBurn1n9m4n
04/26/2022, 7:05 PMdatajoely
04/26/2022, 7:05 PMdatajoely
04/26/2022, 7:05 PMBurn1n9m4n
04/26/2022, 7:12 PMIncrementalDataSet
it'll pass in nothing into the function right?Burn1n9m4n
04/26/2022, 7:12 PMBurn1n9m4n
04/26/2022, 7:12 PM