-
作者你好,请问可以分享您代码中使用的预训练权重吗,在您readme中说到的链接中没有找到预训练权重
-
Really interesting work.
Can you provide the pretrained model for bladder and rectum segmentation?
-
SMPLer-X-H32 ? or SMPLer-X-L32?
-
### Describe the bug
I installed text generation webui and downloaded the model(TheBloke_Yarn-Mistral-7B-128k-AWQ) and I can't run it. I chose Transofmer as Model loader. I tried installing autoawq b…
-
感谢分享!我有如下错误请您帮助:
Traceback (most recent call last):
File "/root/miniconda3/envs/test/lib/python3.10/site-packages/transformers/configuration_utils.py", line 675, in _get_config_dict
resolved_…
-
I appreciate this awesome work and I am currently going to try finetune DNTR to my own dataset.
But along the way I have a trouble with the training configuration.
https://github.com/hoiliu-0801…
-
```
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained("path_to_model.nemo")
transcript = asr_model.transcribe(paths=["path_to_audio.wav"], batch…
-
Hello, thank you for your work. Could you open source your weights?
-
Hi @czk32611 , I just read the technical report through, and there are a couple of differences between the technical report vs the diagram in README.md and branch train_codes as well. May I know wheth…
-
Traceback (most recent call last):
File "/data/server03/Zhaozikai/Clip/train.py", line 170, in
model = CLIP(**config)
File "/data/server03/Zhaozikai/Clip/nets/clip.py", line 57, in __ini…