We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What's the different between the _opt and _gen pretrained models?
The text was updated successfully, but these errors were encountered:
Hi, @yxldd _opt is like .state file which contains training parameters like epoch / iter / scheduler / optimizer etc. while _gen is like .pth file which contains model parameters. You could find corresponding code here: https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement/blob/01d27a7cbfa8502be1d8dbd4ee02fcbd5e44389d/model/model.py#L129C1-L141C40
_opt
state
_gen
.pth
Sorry, something went wrong.
No branches or pull requests
What's the different between the _opt and _gen pretrained models?
The text was updated successfully, but these errors were encountered: