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

How can I get inference with OS=8 after training with OS=16? #139

Open
MMoent opened this issue Mar 26, 2020 · 1 comment
Open

How can I get inference with OS=8 after training with OS=16? #139

MMoent opened this issue Mar 26, 2020 · 1 comment

Comments

@MMoent
Copy link

MMoent commented Mar 26, 2020

I have trained a model with OS=16, and I want to use this model to predict. For better accuracy, how can I predict with OS=8?

@bonlime
Copy link
Owner

bonlime commented Mar 26, 2020

just initialize new model with OS=8 and load weights from model trained on OS=16. That should work

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