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

Add PReNet to PaddleGan #617

Merged
merged 16 commits into from
May 9, 2022
Merged

Conversation

simonsLiang
Copy link
Contributor

@simonsLiang simonsLiang mentioned this pull request Apr 21, 2022
@MODELS.register()
class PReNetModel(BaseSRModel):
"""BasicVSR Model.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里应该是PReNet的相关论文吧

import numpy as np
from math import exp
from .builder import CRITERIONS

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

引用顺序调整~

@@ -0,0 +1,59 @@
===========================train_params===========================
model_name:prenet
python:python3.7
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个PR里的TIPC可以删了哈

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已更改

@wangna11BD wangna11BD merged commit 7e9fd3f into PaddlePaddle:develop May 9, 2022
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

Successfully merging this pull request may close these issues.

2 participants