摘要:
CUDA:为“GPU通用计算”构建的运算平台。 cudnn:为深度学习计算设计的软件库。 CUDA Toolkit (nvidia): CUDA完整的工具安装包,其中提供了 Nvidia 驱动程序、开发 CUDA 程序相关的开发工具包等可供安装的选项。包括 CUDA 程序的编译器、IDE、调试器等, 阅读全文
posted @ 2023-10-09 22:28
emanlee
阅读(2684)
评论(0)
推荐(0)
摘要:
环境配置: python3.7 tensorflow2.0 Window 10初始代码:tf.reset_default_graph()解决方法:import tensorflow as tftf.compat.v1.reset_default_graph()或者是这样:import tensorf 阅读全文
posted @ 2023-10-09 22:28
emanlee
阅读(254)
评论(0)
推荐(0)
摘要:
https://developer.nvidia.com/rdp/cudnn-archive https://developer.nvidia.com/cuda-toolkit-archive https://blog.csdn.net/chan1987818/article/details/126 阅读全文
posted @ 2023-10-09 22:28
emanlee
阅读(60)
评论(0)
推荐(0)
摘要:
https://developer.nvidia.com/rdp/cudnn-download cuda 多版本切换在安装了多个版本的cuda之后可以在/usr/local下看到已安装的多个版本,如:cuda-8.0 cuda-10.0等。还会看到一个名为cuda的文 阅读全文
posted @ 2023-10-09 22:27
emanlee
阅读(463)
评论(0)
推荐(0)
摘要:
https://master--floydhub-docs.netlify.app/guides/environments/ Environments Below is the list of Deep Learning environments supported by FloydHub. Any 阅读全文
posted @ 2023-10-09 22:27
emanlee
阅读(106)
评论(0)
推荐(0)
摘要:
TypeError Traceback (most recent call last) /tmp/ipykernel_14395/3700018132.py in <module> 5 class_weights = class_weight.compute_class_weight('balanc 阅读全文
posted @ 2023-10-09 22:27
emanlee
阅读(245)
评论(0)
推荐(0)
摘要:
Gradient-weighted Class Activation Mapping (Grad-CAM) 通过Grad-CAM我们能够绘制出如下的热力图(对应给定类别,网络到底关注哪些区域)。Grad-CAM(Gradient-weighted Class Activation Mapping)是 阅读全文
posted @ 2023-10-09 22:26
emanlee
阅读(1873)
评论(0)
推荐(0)
摘要:
有些包安装的名字和使用的名字不一致。 pip install cv2 pip install opencv-python Successfully installed opencv-python-4.7.0.68 import cv2 阅读全文
posted @ 2023-10-09 22:26
emanlee
阅读(39)
评论(0)
推荐(0)

浙公网安备 33010602011771号