salmon-furniture-31733
08/25/2023, 2:35 PMFlow:
self.start()
@batch
self.run_train()
self.end()
I start the flow locally from my machine, with the start
running locally, run_train
running on Batch, and end
running locally
But if my laptop currently disconnects from the Internet, the run will fail (I think?)
Is there a way to avoid local dependency altogether? Especially for long-running trainings?