YapengTian / TDAN-VSR-CVPR-2020

TDAN: Temporally-Deformable Alignment Network for Video Super-Resolution, CVPR 2020
MIT License
400 stars 62 forks source link

关于运行环境的问题 #48

Open Thepersimmon opened 3 years ago

Thepersimmon commented 3 years ago

本人萌新一个,求教大神,这个是只能在Linux下运行吗?我看到好像Windows下python不能加载.so文件? 最后,弱弱的问一下,大神曾经是周飞老师的学生?

YapengTian commented 3 years ago

因为需要编译deformable conv,而目前这个编译文件只支持Linux。是的,之前在清华的时候是跟着周老师做的。

Thepersimmon commented 3 years ago

大神求教,还有一个问题,在Ubuntu20.04LTS,i5-7300hq,1050ti(4G显存)的笔记本上是否可以完成训练?

YapengTian commented 3 years ago

抱歉 最近一段时间太忙了 那么晚回复。这个配置训练起来太慢了。不过如果只是debug,训练起来也是没问题的。

Thepersimmon commented 3 years ago

哦哦,我也发现了,所以现在用实验室的电脑在跑。大神,epoch设置为多少比较好啊?

YapengTian commented 3 years ago

我推荐你跑到至少600 epoch. 另外我训练的时候发现训练完后可以继续finetuning:load训练好的权值可以继续以比如5e-5 lr开始继续训练,这样结果可以提高些。

Thepersimmon commented 3 years ago

大神,代码里面提供的模型是训练了多少个epoch的?