deep learning
giaming023
我很懒,没有简介
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【使用TensorFlowGPU报错】CUDA runtime implicit initialization on GPU:0
我在CPU上能够正常运行,但是当我把自己的程序部署到服务器上面的时候,发现出现错误: tensorflow.python.framework.errors_impl.InternalError: CUDA runtime implicit initialization on GPU:0 failed. Status: out of memory 参考了这篇文章,报错的原因是我将pytorch和TensorFlow都装在了一个虚拟环境当中了,导致pytorch和TensorFlow冲突。解决办法就是将py原创 2021-03-29 10:35:18 · 5387 阅读 · 0 评论 -
keras 预训练模型在windows下的存放位置
原创 2019-04-09 19:35:35 · 642 阅读 · 0 评论 -
常用的相似性度量算法
Minkowski距离 Minkowski距离是基于LpL_pLp范数定义的,即 Lp(A,B)=∣∑i=1n∣ai−bi∣p∣1p L_p (A,B) = \left| \sum_{i=1}^n |a_i - b_i|^p \right|^\frac{1}{p} Lp(A,B)=∣∣∣∣∣i=1∑n∣ai−bi∣p∣∣∣∣∣p1 如果p=1,那么L1(A,B)L_1(A,B)L1(A,B)称为街区距离,表达如下: L1(A,B)=∑i=1n∣ai−bi∣ L_1(A,B) =原创 2020-10-10 18:21:13 · 932 阅读 · 0 评论 -
深度学习资源收集
https://blog.youkuaiyun.com/JIEJINQUANIL/article/details/78877878原创 2019-01-24 12:01:13 · 179 阅读 · 0 评论 -
使用 trained vgg16出现的问题
问题1. ImportError: cannot import name ‘_obtain_input_shape’ 解决方案:https://stackoverflow.com/questions/49113140/importerror-cannot-import-name-obtain-input-shape-from-keras 原因是 keras 版本太高,把版本降到2.2.0可以解决该...转载 2019-04-06 16:29:47 · 2004 阅读 · 0 评论
分享