摘要: tensorflow.python.framework.errors_impl.UnknownError: Fail to find the dnn implementation. [[{{node CudnnRNN}}]] [[model/lstm/PartitionedCall]] [Op:__ 阅读全文
posted @ 2021-02-26 23:39 emanlee 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: TypeError: ('Keyword argument not understood:', 'input') model = Model(input=[inputs], output=output) 报错信息TypeError: ('Keyword argument not understood 阅读全文
posted @ 2021-02-26 23:38 emanlee 阅读(5215) 评论(0) 推荐(1) 编辑
摘要: 旧版本中: from keras.layers import merge merge6 = merge([layer1,layer2], mode = 'concat', concat_axis = 3)新版本中: from keras.layers.merge import concatenate 阅读全文
posted @ 2021-02-26 23:32 emanlee 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 打开CMD 命令行窗口,输入 nvcc --version nvcc --versionnvcc: NVIDIA (R) Cuda compiler driverCopyright (c) 2005-2020 NVIDIA CorporationBuilt on Wed_Jul_22_19:09:3 阅读全文
posted @ 2021-02-26 23:11 emanlee 阅读(1856) 评论(0) 推荐(0) 编辑
摘要: 2021-02-26 22:54:13.146272: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1406] Created TensorFlow device (/job:localhost/replica:0/task:0/device 阅读全文
posted @ 2021-02-26 22:58 emanlee 阅读(3383) 评论(0) 推荐(0) 编辑
摘要: conda install keras 阅读全文
posted @ 2021-02-26 22:09 emanlee 阅读(118) 评论(0) 推荐(0) 编辑
摘要: Error: Flash Download failed - Could not load file '..\OBJ\USART.axf' 解决方案: 1 重新覆盖安装keil 2 程序编译存在错误导致 同时开多个KEIL,只有其中一个KEIL可以使用J-LINK,ST-LINK。 阅读全文
posted @ 2021-02-26 15:41 emanlee 阅读(11119) 评论(0) 推荐(0) 编辑