yepengxj

Results 3 issues of yepengxj

Is there a easy way to determine whether m.A in ['a','b','c']?

BML Codelab中进行词向量演示实验 ``` # 获取词表中前1000个单词 labels = token_embedding.vocab.to_tokens(list(range(0, 1000))) # 取出这1000个单词对应的Embedding test_token_embedding = token_embedding.search(labels) # 引入VisualDL的LogWriter记录日志 from visualdl import LogWriter with LogWriter(logdir='./token_hidi') as writer: writer.add_embeddings(tag='test', mat=[i for i in test_token_embedding],...

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help #### What is your question? 使用paraformer_streaming下finetune脚本微调online模型后,直接使用微调后权重文件可以输出中文,但是导出为onnx文件后输出为乱码 #### What's your environment?...

question