-
Notifications
You must be signed in to change notification settings - Fork 17
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
推理性能 #43
Comments
您好 app.py这个脚本是面向真实场景下的超分,使用的模型是SAFMN-L。 |
好的,谢谢您!我测试下看看速度和效果怎么样 |
小模型是在Bicubic退化下训练的,在真实场景下效果一般。您可以用您的数据重新训一个,训练过程如果出现nan的话,可以加clip_grad。 |
抱歉我很愚钝,没找到训练的参考代码,您方便给个链接么 |
这不是错误,只是warning。这是因为get_model_activation()这里支持的操作不全,直接用fvcore测试模型的复杂度就行。 |
训练脚本请参考主页的Training部分,修改对应的配置文件就行。 |
哦哦,看到了,抱歉只翻代码来着,不好意思,多谢啦 |
好的好的,谢谢! |
在请教下,23这个小模型,重新训练的话用多少组数据训练比较合适?另外yam文件您方便给一下吗?有些参数不确定改的对不对,谢谢! |
您好!
我用 Nvidia T4 (性能接近2080Ti) 做了一个推理测试,测试程序是 sample代码app.py, 图片大小2560*1440,scale为2倍模型,处理性能大概是9s多,是不是哪里处理的有问题?或者如何优化?
谢谢!
The text was updated successfully, but these errors were encountered: