lively-lunch-9285
05/15/2025, 4:38 PMTrainFlow
and PredictFlow
?
The TrainFlow
runs a bunch of times, saving a model each time. Then in `PredictFlow`we choose a run_id from TrainFlow
--> that model gets loaded up and used for inference.
Putting some examples in the thread...victorious-lawyer-58417
05/15/2025, 9:04 PMlively-lunch-9285
05/15/2025, 9:06 PMTrainFlow.train
using a run id, and dynamically have PredictFlow.predict
use it?
The idea being: you'd pass a run ID to PredictFlow
as a parameter.lively-lunch-9285
05/17/2025, 5:13 AMlively-lunch-9285
05/17/2025, 10:02 PMlively-lunch-9285
05/17/2025, 10:02 PMlively-lunch-9285
05/19/2025, 5:59 AM