DVC An End-to-end Deep Video Compression Framework (pytorch)代码复现问题解决

DVC An End-to-end Deep Video Compression Framework (pytorch)代码复现问题解决,第1张

DVC An End-to-end Deep Video Compression Framework (pytorch)代码复现问题解决

参考github DVC的pytorch版本进行环境和代码复现工作

https://github.com/ZhihaoHu/PyTorchVideoCompression
环境设置
  • python==3.6.13
  • pytorch==1.7.1
  • cudatoolkit==11.0.3
安装步骤
  1. pytorch ,安装pytorch;
  2. ModuleNotFoundError: No module named 'tensorflow’
    pip install tensorflow
  3. No module named 'png’
    pip install pypng
  4. No module named 'torchac’
    pip install torchac
  5. subprocess.CalledProcessError: Command ‘[‘where’, ‘cl’]’ returned non-zero exit status 1.
http://github.tbz.io/Blog/17/04/CL_CL_VS17.html
  1. No module named 'tensorboardX’
    pip install tensorboardX
  2. error: Microsoft Visual C++ 14.0 or greater is required.的解决办法
https://blog.csdn.net/weiweichun/article/details/116904033

不需要离线安装VS2015,会提示安装包丢失或者损坏。

  1. UserWarning: Error checking compiler version for cl: ‘utf-8’ codec can’t decode byte 0xd3 in position 0: invalid continuation byte warnings.warn(f’Error checking compiler version for {compiler}: {error}’)
https://blog.csdn.net/qq_16792139/article/details/109275413
  1. 安装ninja
https://blog.csdn.net/darren2015zdc/article/details/74504917
https://blog.csdn.net/qq_20373723/article/details/84061647
结果 总结

暂时就总结了这么多,如果有新的问题我会补充,如果大家有什么问题,我上面没有提到的,也可以留言我再解决。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5496053.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-12
下一篇 2022-12-12

发表评论

登录后才能评论

评论列表(0条)

保存