Creating and storing the ONNX-formatted output file
You must set the models/fraud/1/model.onnx
file as the output file for both nodes in your pipeline.
Prerequisites
-
You added the training file as a dependency to the first node in your pipeline, as described in Specifying the training file as a dependency.
Procedure
-
Select node 1.
-
Select the Node Properties tab.
-
Scroll down to the Output Files section, and then click Add.
-
Set the value to
models/fraud/1/model.onnx
. -
Repeat steps 2-4 for node 2.
-
Click Save Pipeline.
Verification
-
In node 1, the notebook creates the
models/fraud/1/model.onnx
file. -
In node 2, the notebook uploads the
models/fraud/1/model.onnx
file to the S3 storage bucket.
Next step