自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 记录一篇w10下最新tensorflow2.3的安装包括anaconda,cuda,cudnn安装,配置环境

插眼,防止下次踩坑 配置 i5 10400F+1660s 环境 anaconda3+pycharm+python3.8+vs2019专业版+cuda10.1+cudnn7.6+tensorflow_GPU2.3.0 链接 tensorflow构建配置:https://tensorflow.google.cn/install/source_windows#tested_build_configurations anaconda3:镜像源下载https://mirrors.tuna.tsing

2020-11-12 15:04:52 899 3

翻译 module ‘tensorflow.compat.v2‘ has no attribute ‘__internal__‘

AttributeError: module 'tensorflow.compat.v2' has no attribute '__internal__'

2023-02-14 23:16:16 4756

转载 ubuntu中切换jupyter notebook虚拟环境

1.首先需要一个包ipykernel pip install ipykernel 2.在终端里执行如下命令: python -m ipykernel install --user --name 环境名称 --display-name “环境名称” 3.重新打开notebook notebook,即可切换虚拟环境

2021-07-05 17:33:02 369

原创 @举例

a = np.array(([1,2],[4,5],[3,5])) b = np.array(([1],[2])) a @ b array([[ 5], [14], [13]])

2021-04-22 15:39:40 163

转载 2021-04-15

原文链接https://www.jianshu.com/p/964345dddb70 吴恩达机器学习对应视频学习

2021-04-15 17:39:55 129

原创 conda命令

conda list conda install pandas -i 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 中国科学技术大学 http://pypi.mirrors.ustc.ed

2020-12-25 17:32:53 143

转载 深入学习Keras中Sequential模型及方法

深入学习Keras中Sequential模型及方法 https://www.cnblogs.com/wj-1314/p/9579490.html

2020-12-10 11:19:03 283

原创 jupyter添加配置好的环境

jupyter配置环境 $conda install nb_conda 打开jupyter,切换至conda选项卡,错误发生,忽略 完成后重启浏览器即可。

2020-11-24 17:59:20 267

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除