sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.42k stars 668 forks source link

How to deploy model_best.pt on mobile device? #280

Open Ijustakid opened 3 years ago

Ijustakid commented 3 years ago

The official app demo provided by pytorch mobile is the compressed package (.pt) model, and the torch.save in your project is .pt instead of a compressed package. How can I solve this?

thanks!