-
#学号:
#姓名:
#班级:
#小组:
#作业&总结链接:
```
请准确无误地复制上述格式,我们的作业通过工具抓取,格式不对无法被统计到。
查看学号请登录官网:https://u.geekbang.org/schedule 左侧头像下面就是你的学号
```
-
看到modelscope上模型的会输出识别路径的得分到score.txt,但我目前没有,请问是modelscope或者funasr的版本问题吗?
我的modelscope版本是1.9.1,funasr的版本是0.7.8,目前使用的是wav.scp的方式进行结果产出的
以下是我进行asr识别的代码
inference_pipeline = pipeline(
task=Tasks.a…
im73 updated
5 months ago
-
Don't seem to see the download link for the MSVC benchmark dataset? Where can I download it?
1xbq1 updated
4 months ago
-
I'm doing a C++ import library to get a better understanding of the file format, I'm not a Python coder and TBH I hate the language. Anyway model::rootnode->property["__VERSION__"] can now be 2 or 3…
-
### CPU环境使用的镜像
registry.cn-beijing.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-py38-torch2.0.1-tf2.13.0-1.9.1
### 模型名称:
damo/nlp_structbert_siamese-uninlu_chinese-base
### 执行示例代码:
impor…
-
Hola,
no encuentro mención de si hay que traducir o no "repository". Lo mismo para "fork", "pull request", "issue" y "master". Por otros términos como "branch" y "commit" parecería que son de las que…
-
When I try to change the code in '/path/to/.cache/modelscope/modelscope_modules/cv_anytext_text_generation_editing/ms_wrapper.py', I found it would be downloaded from modelscope every time, so the mod…
-
Model support must accommodate both inference and fine-tuning, with a higher priority on inference. Even if only inference is available, it should still be added to the TrainableModule.
1. Text-to-…
-
在test的部分,包括(1) stastic on the train set,和(2) find the threshold,我不知道自己理解的对不对,就是在train_loader和thre_loader所对应的数据集上统计loss经过softmax变换之后的大小,经过计算百分位数确定thresh的数值。
然后论文中也提到了 normal点之间在不同view下距离是小的,而anomali之间…
fffii updated
2 months ago
-
Hola que tal, tuvimos un problema programando la interfaz DialFS. Una de las funciones que estamos haciendo es "escribir_bloques" y creemos que hay un problema en ella ya que por alguna razón los bloq…