栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

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

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

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
结果 总结

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

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/503962.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号