上一页 1 ··· 129 130 131 132 133 134 135 136 137 ··· 337 下一页
摘要: .c(49): warning: #1-D: last line of file ends without a newline 最后一行回车后还要保证是在第一列,新一行不能有空格等空字符才能不出此警告 这是KEIL的bug: 需要代码文件的最后两行为空行,并且没有空格。 阅读全文
posted @ 2021-03-01 16:49 emanlee 阅读(2046) 评论(0) 推荐(0)
摘要: Time-series (or other intrinsically ordered data) can be problematic for cross-validation. If some pattern emerges in year 3 and stays for years 4-6, 阅读全文
posted @ 2021-02-27 17:29 emanlee 阅读(156) 评论(0) 推荐(0)
摘要: attention_vector = np.mean(get_activations(m, testing_inputs_1, print_shape_only=True, layer_name='attention_vec')[0], axis=2).squeeze()funcs = [K.fun 阅读全文
posted @ 2021-02-27 10:47 emanlee 阅读(1593) 评论(2) 推荐(0)
摘要: 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 阅读(1356) 评论(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 阅读(5330) 评论(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 阅读(309) 评论(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 阅读(1960) 评论(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 阅读(3443) 评论(0) 推荐(0)
摘要: conda install keras 阅读全文
posted @ 2021-02-26 22:09 emanlee 阅读(128) 评论(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 阅读(14381) 评论(0) 推荐(0)
上一页 1 ··· 129 130 131 132 133 134 135 136 137 ··· 337 下一页