Hello all. I am having trouble saving PyTorch models as ClearML artifacts when I run my training script from fir.Fire calling.” if __name__ == '__main__': fi...
one year ago
@<1523701087100473344:profile|SuccessfulKoala55>
No, I didn't see any errors. When I save modeltorch.save(model.state_dict(), os.path.join(gettempdir(), "
mny_model.pt "))
clearML task don't catch it when I run script from Fire
Sure Simple MNIST train toy example
@<1523701070390366208:profile|CostlyOstrich36>
if I use this run train without fire cli:
if __name__ == '__main__':
main()