## 🚀 Feature save model to pth and can reload it with`torch.load(model_path)` ## Motivation & Examples most user need a pth model file to run on other machine,can you help me ?thank you.
🚀 Feature
save model to pth and can reload it with
torch.load(model_path)Motivation & Examples
most user need a pth model file to run on other machine,can you help me ?thank you.