kdgutier / esrnn_torch

MIT License
156 stars 44 forks source link

Saving Model #27

Closed TonyMSc closed 3 years ago

TonyMSc commented 3 years ago

How do you save the model if you want to use it to make predictions later?

kdgutier commented 3 years ago

Hi @TonyMSc, we wrote save and load methods for the ESRNN class Here esrnn_torch/ESRNN/ESRNN.py Hope they help.