-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
@MODELS.register() | ||
class PReNetModel(BaseSRModel): | ||
"""BasicVSR Model. | ||
|
There was a problem hiding this comment.
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 | ||
|
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个PR里的TIPC可以删了哈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已更改
将PReNet加到PaddleGAN
AIStudio测试地址https://aistudio.baidu.com/aistudio/projectdetail/3820381?contributionType=1&shared=1