- 博客(14)
- 收藏
- 关注
原创 ImportError: libcuda.so.1: cannot open shared object file: No such file or directory
文章目录ImportError: libcuda.so.1: cannot open shared object file: No such file or directoryimport tensorflow的时候报错最开始以为是cuda和cudnn的版本不对,改了很久,发现是显卡驱动的问题。用下面的代码进行检测出来:cd /usr/local/cuda-9.0/samples/1_Utilities/deviceQuerysudo make./deviceQuery...
2021-11-29 11:37:24
1742
1
转载 Conda 环境迁移
Conda 环境迁移ubuntu如何在conda下进行环境转移转载:https://zhuanlan.zhihu.com/p/87344422
2021-07-15 13:40:23
197
原创 Windows 下读取ubuntu下的文件
windows下读取Linux文件在win10下装的ubuntu18.04双系统,不小心把ubuntu搞崩了,把硬盘拆下来放到笔记本windows上无法直接读ubuntu下的数据,用下面链接的方法可以解决https://blog.youkuaiyun.com/qq_32767041/article/details/84069088?utm_term=windows%E5%A6%82%E4%BD%95%E8%AF%BB%E5%8F%96linux%E7%9A%84%E7%A1%AC%E7%9B%98&utm_
2021-05-07 14:19:26
1108
原创 OBJ goal navigation 复现
https://github.com/devendrachaplot/Object-Goal-Navigationhttps://github.com/facebookresearch/habitat-simhttps://github.com/facebookresearch/habitat-lab先habitat-sim:https://github.com/facebookresearch/habitat-sim提示:这里简述项目相关背景:例如:项目场景:示例:通过蓝牙芯片(HC-05)与手
2021-04-28 20:03:03
470
原创 os.listdir排序混乱
os.listdir(os.path.join(path, ‘images’)):问题描述:提示:这里描述项目中遇到的问题:os.listdir()排序是随机的 rgb = [] deep = [] for i in os.listdir(os.path.join(path, 'images')): for j in os.listdir(os.path.join(path, 'images', i)): for k in os.l
2021-04-21 22:22:42
150
原创 迁移学习 ValueError: Input 0 of layer
迁移学习 ValueError: Input 0 of layer global_average_pooling2d is incompatible with the layer: expected ndim=4, found ndim=2. Full shape received: [None, 1000]:问题描述:include_top要为False x2 = ResNet50(include_top=False, weights='imagenet', input_tensor=inp
2021-04-19 17:29:00
1832
3
原创 E tensorflow/stream_executor/cuda/cuda_dnn.cc:352]
E tensorflow/stream_executor/cuda/cuda_dnn.cc:352] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR:问题描述:Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR 原因分析:不兼容。解决方案:添加import tensorflow as tf#=======config = tf.ConfigProto
2021-04-19 16:21:33
1106
转载 AttributeError: ‘NoneType‘ object has no attribute ‘get‘
AttributeError: 'NoneType' object has no attribute 'get'PyCharm运行报错PyCharm运行报错Traceback (most recent call last):File “/usr/lib/python2.7/encodings/init.py”, line 74, in search_functionentry = _cache.get(encoding, _unknown)AttributeError: ‘NoneType’ o
2021-01-28 15:54:38
1958
原创 EQA复现
Embodied QA代码实现遇坑步骤:SUNCGToolboxHouse3D步骤:EmbodiedQAgithub:https://github.com/facebookresearch/EmbodiedQASUNCGToolboxhttps://github.com/tinytangent/SUNCGtoolboxHouse3Dhttps://github.com/abhshkdz/House3D/tree/master/rendererSYSTEM=conda.linux PYTHON
2020-12-30 17:28:31
282
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人