XinyiYing / D3Dnet

Repository for "Deformable 3D Convolution for Video Super-Resolution", SPL, 2020
Apache License 2.0
305 stars 43 forks source link

关于D3D模块,CUDA版本,pytorch版本的一些问题 #40

Open wxqhit opened 11 months ago

wxqhit commented 11 months ago

构建D3D模块时是否一定要使用pytorch1.0.0或者pytorch1.2.0而不能用更高的版本。 我想要在更高的pytorch版本工程中应用这一模块应该做什么修改。

XinyiYing commented 11 months ago

无需修改可以适配更高的pytorch,其中ubuntu可以直接编译使用,win系统需要安装visual studio进行编译。

wxqhit commented 11 months ago

在Ubuntu中编译得到的文件能否直接拿到win系统中使用。

wxqhit commented 11 months ago

如果不可以的话可以分享一下win系统下编译生成的文件吗。在我的win环境下编译会报错

XinyiYing commented 10 months ago

在Ubuntu中编译得到的文件不能直接拿到win系统中使用。 我是在Ubuntu中编译的,抱歉win系统下编译生成的文件暂时无法提供

rongtongxueya commented 10 months ago

Now I'm having the same problem, I've never been able to solve this problem with D3D