Results 13 comments of 老银

the code does not match last version kong. you should rewrite the some code. like "kong.tools.responses" , there is no moudle named 'kong.tools.resposes', if you want generate the log, you...

@RanAbram i had solved this issue. in my branch. https://github.com/laoyin/kong-middleman-plugin/commit/40d8259bdd64fbe7cf078181243cb56a739dcbc7, and more, because i had the custom demand, so i change a lot. kong version 1.0

@tanzf https://pan.baidu.com/s/1Hjyo27umeforEJD4zw_1UA 提取码: fvff 你可以下载我百度云的。 具体看看 https://github.com/laoyin/bert-crf-http-rpc

> ![image](https://user-images.githubusercontent.com/26102291/89167727-57a9e800-d5ae-11ea-99a6-c93544077a23.png) > pyhton3.7+最新tensorflow+最新keras,from keras.backend.tensorflow_backend import set_session 该句会报 No module named 'keras.backend.tensorflow_backend'; 'keras.backend' is not a package 错误 > 解决办法: > 卸载keras,手动安装keras2.2.4 我安装 tensorflow 2.5 版本,然后改了部分代码ok跑起来了 https://zhuanlan.zhihu.com/p/277569990 ,需要把部分 keras 改成...

https://zhuanlan.zhihu.com/p/277569990 环境搭建,已经兼容代码更改。 训练模型保存到 speech_model251_e_0_step_14000 后,就出现了错误

@nl8590687 3q, 用了你的教程,但是不支持高版本的cuda11,升级了tensorflow 才行。 我这边只修改了 config 和keras 的引用。 使用了 tensorflow.keras 现在大概运行6-8小时会出现,我自己再找找问题吧,看看什么地方导致的。

@nl8590687 大佬没办法呀, rtx 3090, 只能使用cuda11, 其他版本我试过了,GPU用不起来

我这边训练到loss 在25左右。 但是我没跑到2.9w数据,因为会报错 内存溢出----可能tf版本原因。 运行8小时左右。 [https://zhuanlan.zhihu.com/p/277569990](url) 然后我每次运行都是加载上一次的模型,继续训练。但是昨天到现在 loss 在25 所以,应该就是此项目的251模型的最好结果? @nl8590687 大佬, 我想着给模型加上self-attention 试试看看。@liangxt2012 @a122760

can you understand Chinese? chinese: 我这边没有这个问题,你把代码clone后,下载tar.gz 压缩包,解压后,的目录搜一下,我能找到。并且我训练过程ok,除了后面出现了内存消漏。 我怀疑是你文件制定位置不对, 我的 解压后放在: D:\ASR_project\dataset\ST-CMDS-20170001_1-OS 下面直接就是 音频文件列表。 然后 train_mspeech .py 代码 修改如下: system_type = plat.system() # 由于不同的系统的文件路径表示不一样,需要进行判断 if(system_type == 'Windows'): datapath = 'D:\\ASR_project\\dataset' modelpath...