会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
新随笔
订阅
管理
上一页
1
···
139
140
141
142
143
144
145
146
147
···
347
下一页
2021年2月27日
Input tensors to a Functional must come from `tf.keras.Input`.
摘要: 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
阅读(1619)
评论(2)
推荐(0)
2021年2月26日
Fail to find the dnn implementation node CudnnRNN
摘要: 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
阅读(1376)
评论(0)
推荐(0)
Keras TypeError: ('Keyword argument not understood:', 'input')
摘要: TypeError: ('Keyword argument not understood:', 'input') model = Model(input=[inputs], output=output) 报错信息TypeError: ('Keyword argument not understood
阅读全文
posted @ 2021-02-26 23:38 emanlee
阅读(5350)
评论(0)
推荐(1)
keras中 keras.layers merge is not callable (keras.layers.concatenate)
摘要: 旧版本中: 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
阅读(360)
评论(0)
推荐(0)
如何查看windows的CUDA版本
摘要: 打开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
阅读(2016)
评论(0)
推荐(0)
Not creating XLA devices, tf_xla_enable_xla_devices not set TypeError: 'module' object is not callable
摘要: 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
阅读(3469)
评论(0)
推荐(0)
conda install keras
摘要: conda install keras
阅读全文
posted @ 2021-02-26 22:09 emanlee
阅读(131)
评论(0)
推荐(0)
KEIL软件的Error: Flash Download failed - Could not load file '..\OBJ\Template.axf'解决思路
摘要: 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
阅读(14897)
评论(0)
推荐(0)
2021年2月23日
2021年github文件高速下载方法
摘要: https://shrill-pond-3e81.hunsh.workers.dev/
阅读全文
posted @ 2021-02-23 23:05 emanlee
阅读(368)
评论(0)
推荐(0)
2021年2月22日
安装nb-extention插件(Jupyter notebook 代码自动补全)
摘要: 安装nbextensions在 Anaconda Prompt 中输入如下指令:pip install jupyter_contrib_nbextensionsjupyter contrib nbextension install --user 安装nbextensions_configurator
阅读全文
posted @ 2021-02-22 19:42 emanlee
阅读(813)
评论(0)
推荐(0)
上一页
1
···
139
140
141
142
143
144
145
146
147
···
347
下一页