
Pytorch
文章平均质量分 68
Pytorch深度学习
Lizhifun
From Zero To Hero
展开
-
基于Pytorch的深度学习 —— 非线性激活函数
非线性激活函数获取输入,并对其进行数学变换后生成输出;非线性激活函数为神经元引入了非线性因素,使得神经网络可以任意逼近任何非线性函数,可以应用到非线性模型中;如果不使用,则只能适合线性模型。原创 2021-01-28 22:26:12 · 6079 阅读 · 3 评论 -
【Pytorch异常笔记】Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
文章目录异常描述解决方法开发环境异常描述OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can deg原创 2021-01-28 22:27:15 · 3117 阅读 · 2 评论 -
显卡驱动卸载工具DDU
文章目录工具介绍使用步骤工具介绍安装显卡驱动、CUDA、CUDNN时经常碰到安装失败情况,很多时候因为卸载之前版本卸载不干净;DDU(Display Driver Uninstaller)比较实用,可以卸载的比较干净;支持市面上大多数显卡,如AMD ATI,NVIDIA,INTEL等;官网下载地址:https://www.guru3d.com/files_details/display_driver_uninstaller_download.html使用步骤1、进入安全模式原创 2021-01-20 21:42:17 · 26383 阅读 · 2 评论 -
基于Pytorch的深度学习 —— 安装与配置
环境说明OS:Windows 10 家庭中文版CPU:Intel Core i7-8750H CPU @2.2GHz 2.21GHzRAM:8GGPU:NVIDIA GeForce GTX 1050 Ti显卡驱动版本:456.38安装步骤1、查看GPU版本2、安装Anaconda下载地址:https://www.anaconda.com/products/individual3、安装Python4、安装CUDA查询合适的CUDA版本:https://.原创 2021-01-20 16:11:53 · 838 阅读 · 0 评论