深度学习
Toky丶
UCAS PhD,主要研究方向为单目内窥镜图像处理,例如三维视觉中的位姿估计,深度估计,Diffusion,SLAM,医疗机器人相关,啥都略懂。最近在做多模态大语言模型的量化工作。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决TensorFlow2.0与1.0版本不兼容的问题,如slim库,contrib,placeholder等。
报错 AttributeError: module 'tensorflow' has no attribute 'assign' AttributeError: module 'tensorflow' has no attribute 'variable_scope' 等等.. 走的弯路 很多说2.0版本弃用contrib,叫重装低版本tf. slim包不能用还下载了tf-slim 包,链接如下: https://github.com/google-research/...原创 2020-05-17 17:12:40 · 3803 阅读 · 0 评论 -
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
安装tensorflow报这个错,因为未指定tensorflow的版本。 解决方案: pip install tensorflow==1.9 为了下载的快一点可以加上国内镜像的链接,加在上面这句命令后面。 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 最后成功安装 解决下述代码的keras找不到...原创 2019-06-17 21:33:32 · 26106 阅读 · 1 评论
分享