sticky-angle-28419
TrainingOutputs = typing.NamedTuple( "TrainingOutputs", model_state=FlyteFile, ) def train_task(hp: Hyperparameters) -> TrainingOutputs: ... return TrainingOutputs(model_state=FlyteFile(MODEL_PATH))
Flyte enables production-grade orchestration for machine learning workflows and data processing created to accelerate local workflows to production.