idealo / image-super-resolution

🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
https://idealo.github.io/image-super-resolution/
Apache License 2.0
4.56k stars 755 forks source link

Sagemaker Endpoint Deploy #211

Open diesazul96 opened 2 years ago

diesazul96 commented 2 years ago

Hi, I trained a RRDN model with my custom images locally on my machine, i have the hdf5 file for the model to be loaded with ISR library, however I need to deploy this model as a Sagemaker Endpoint, does anyone knows how to accomplish this?

I've deploy other models in Sagemaker but doing the training also in Sagemaker, and that makes it easier, but in this case will be very expensive to train the model there, i just need to use the hdf5 file to deploy it!