YangQiang-ChengDu

Results 5 issues of YangQiang-ChengDu

**spring boot 配置如下:** nacos: config: namespace: dev server-addr: 127.0.0.1:8848 bootstrap: enable: false log-enable: true data-ids: dubbo-config-storage.yml group: storage type: yaml username: nacos password: nacos config-long-poll-timeout: 4600 **启动后报错信息如下:** 23:27:52.861 [com.alibaba.nacos.client.naming.updater] ERROR...

I want to control native execable max heap size ,like - Xmx 512 using in java What should I do?

enhancement

I want to limit native executable memory size, just like java -jar -Xmx500. what should I do?

question

**Describe the bug** 运行run.sh 报错如下: $ ./run.sh --stage 0 Start preparing Kaldi format files Compute CMVN and Format datasets Traceback (most recent call last): File "/Users/qiangyang/Project/model/wenet-e2e/wekws/examples/speechcommand_v1/s0/tools/compute_cmvn_stats.py", line 109, in feat_type...

代码中倒入了from tools.make_list import query_token_set, read_lexicon, read_token 但是make_list 里面并没有这些函数。请帮忙修复下。谢谢