自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 【AI之路-1】tensorflow2.0-GPU 问题/GpuLaunchKernel/cuDNN failed to initialize/Blas GEMM launch failed

@tensorflow2.0-GPU 安装之后遇到的问题 tensorflow2.0-GPU 安装之后遇到的问题 配置环境 windows 10 python 3.7.5 tensorflow2.0-GPU cuda 10.0 cudnn 7.6.5 CPU i5 9400f GPU RTX2060 1.GpuLaunchKernel GpuLaunchKernel(FillPhiloxRando...

2019-11-22 12:15:52 3386

原创 【AI之路-6】tensorflow2.0问题/Fail to find the dnn implementation

配置环境 windows 10 python 3.7.5 tensorflow2.0-GPU cuda 10.0 cudnn 7.6.5 CPU i5 9400f GPU RTX2060 问题描述 Fail to find the dnn implementation 问题解决办法 在程序中加入下列代码 gpus = tf.config.experimental.list_physical_devices(device_type='GPU') tf.config.experimental.set_memor

2020-11-04 15:12:08 160

原创 【AI之路-4】tensorflow2.0问题/No gradients provided for any variable

配置环境 windows 10 python 3.7.5 tensorflow2.0-GPU cuda 10.0 cudnn 7.6.5 CPU i5 9400f GPU RTX2060 相关程序 for epoch_1 in range(epochs): index = 0 for ind_t in range(trainsize - input_length): input_model_1 = operation.make_inputdata(threshold, y1_

2020-10-21 10:43:40 705

原创 numpy中几种增减数据的操作

numpy中几种增减数据的操作 //设置数据 a = [0, 1, 2] b = [3, 4, 5] 1.numpy.insert(arr, obj, values, axis=None) 2.numpy.append(arr, values, axis=None) 3.numpy.vstack(tup) 4.numpy.stack(arrays, axis=0, out=None) 5.num...

2020-01-08 20:36:41 462

空空如也

空空如也

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

TA关注的人

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