上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 用docker部署tensorflow-serving:gpu时,参照官方文档:https://tensorflow.google.cn/tfx/serving/docker 本应该是很简单的部署,没想到会一直出现这个错误: 经过github和网上的一个朋友了解到,关键问题可能是服务器机器的cpu比 阅读全文
posted @ 2019-03-20 13:13 aidenzdly 阅读(2053) 评论(0) 推荐(0) 编辑
摘要: E: Sub-process /usr/bin/dpkg returned an error code (1)错误解决 在用apt-get安装软件时出现了类似于install-info: No dir file specified; try --help for more information.d 阅读全文
posted @ 2019-03-20 10:34 aidenzdly 阅读(11388) 评论(0) 推荐(0) 编辑
摘要: 问题:docker拉取最新竟像时:sudo docker pull tensorflow/serving:latest-gpu 出现报错: Error response from daemon: Get https://registry-1.docker.io/v2/tensorflow/servi 阅读全文
posted @ 2019-03-11 11:39 aidenzdly 阅读(2290) 评论(1) 推荐(1) 编辑
摘要: pycharm在windows下安装dlib库的时候,出现以下错误(等等类似的问题): 解决办法: 1.这个方法无关紧要,只是记录一下:将清华源替换为阿里源: C:\Users\Administrator\AppData\Roaming\pip 替换pip.ini(替换为阿里源) 2.在https: 阅读全文
posted @ 2019-03-04 18:28 aidenzdly 阅读(6093) 评论(0) 推荐(0) 编辑
摘要: 1.安装Git工具(在这里就不多说了) 2.我们需要先创建一个本地的版本库(其实也就是一个文件夹)。 你可以直接在桌面右击新建文件夹,也可以右击打开Git bash命令行窗口通过命令来创建。 现在我通过命令行在桌面新建一个test文件夹(你也可以在其他任何地方创建这个文件夹),并且进入这个文件夹 3 阅读全文
posted @ 2019-03-01 18:06 aidenzdly 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 因为第一次接触这个,所以当时安装的时候,也不是很清楚,现在明白了,记录一下,下次别入坑了。 1.安装skimage模块 skimage的全称是:scikit-image 如果说是这样安装,提示我不成功,失败: pip install skimage 需要这样安装: 2.安装cv2模块 刚开始不了解什 阅读全文
posted @ 2019-03-01 14:08 aidenzdly 阅读(3504) 评论(0) 推荐(0) 编辑
摘要: 在Ubuntu下,不小心uninstall pip了,然后呢,作为小白的我,还是有些着急的,用了一些方法不好使,最后找到了这个方法: 1.安装pip3: 2.升级pip3: 3.卸载pip3: 4.查看pip版本号: 以上亲测有效!也不算什么好文章,只是对自己遇到的坑的记录吧~ 阅读全文
posted @ 2019-03-01 14:00 aidenzdly 阅读(2862) 评论(0) 推荐(0) 编辑
摘要: 完成破解步骤,亲测有效! 1.打开路径,修改hosts文件:C:\Windows\System32\drivers\etc 找到hosts文件打开 最后一行添加这行代码: 0.0.0.0 account.jetbrains.com 2. 下载补丁:JetbrainsCrack-release-enc 阅读全文
posted @ 2019-03-01 13:55 aidenzdly 阅读(2781) 评论(0) 推荐(0) 编辑
摘要: Using TensorFlow Serving with Docker 1.Ubuntu16.04下安装docker ce 1-1:卸载旧版本的docker 1-2:安装可选内核模块从 Ubuntu 14.04 开始,一部分内核模块移到了可选内核模块包 ( linux-image-extra-* 阅读全文
posted @ 2019-03-01 13:36 aidenzdly 阅读(4077) 评论(0) 推荐(0) 编辑
摘要: 当使用Keras API 训练模型时,训练时报错? UnknownError (see above for traceback): Failed to get convolution algorithm. This is probably because cuDNN failed to initia 阅读全文
posted @ 2019-02-13 12:25 aidenzdly 阅读(640) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页