|
|
|
SISR: From deep learning paper implementation to shipping models into production
|
|
1 points
by Ekami
2992 days ago
|
|
An implementation in Pytorch of the SRPGAN paper
https://arxiv.org/abs/1712.05927 here:
https://github.com/EKami/Torchlite/blob/master/examples-torch/srpgan.py With details about the implementation here: https://tuatini.me/creating-and-shipping-deep-learning-models-into-production/ And a real-time demo here: https://torchlite.io/sr/ |
|