Hey all, is it possible to retrieve model artifact...
# ask-metaflow
i
Hey all, is it possible to retrieve model artifacts I log using
current.torch.run
,
@torchrun
,
@checkpoint
, logging my Trainer artifacts to
current.checkpoint.directory
? Would someone be willing to whip up a quick example, or give me some help and I can provide one? I'm training a model in a distributed step and then want to load the model into
self.model
in my join step.
1