Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Files #1

Open
EhsanVahab opened this issue Dec 3, 2018 · 1 comment
Open

Model Files #1

EhsanVahab opened this issue Dec 3, 2018 · 1 comment

Comments

@EhsanVahab
Copy link

EhsanVahab commented Dec 3, 2018

Dear Jshermeyer,
Your effort to develop such project is greatly appreciated.
I have only one simple or maybe clear question.
In line :
rf = joblib.load("/RF_Models/RF_2x_1Sigma_30cm_10percent_5x5PatchSize_Pad_100Depth_IA.pkl")
what is the model file?
is it the model which is saved in the past lines?
joblib.dump(rf, '/models/rfmodel1.pkl')

@jshermeyer
Copy link
Owner

So sorry, just saw this. Yes it would be the model that you previously trained and saved as a pkl file. You then load the model to apply super-resolution to your testing or validation dataset.

Thanks for your interest!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants