I don’t think I understand “reuse a run”.
Guild runs use files as inputs. Runs generate files and those files can be used by subsequent runs. So any files generated by train_model
can be made available to convert_to_onnx
.
You can read about this in Dependencies.
But you may be asking about something else so I’m not sure my answer here is helpful.