yf.wang

Results 10 comments of yf.wang

Resolved! I have submitted a PR, waiting for merge. You can also follow this blog I wrote: https://zhuanlan.zhihu.com/p/697043685

Resolved! I have submitted a PR, waiting for merge. You can also follow this blog I wrote: https://zhuanlan.zhihu.com/p/697043685

I will reproduce Algorithm 1 on MNIST , CIFAR-10 , CIFAR-100 , and CINIC-10 datasets

@jafermarq Yes, i mean "table 1", it is. @imchell will be the one rewarded, and I can be the primary contact

Resolved! I have submitted a PR, waiting for merge. You can also follow this blog I wrote: https://zhuanlan.zhihu.com/p/697043685

Resolved! The problem occurs because the `self.sp_tokenizer` is set after calling `super.__init__()`. Specifically, looking at the error information, it is found that `super().__init__()` calls the `_add_tokens` method in the parent...

> 请问一下我在运行cli_demo.py报如下错误:AttributeError: 'ChatGLMTokenizer' object has no attribute 'sp_tokenizer'. Did you mean: '_tokenize'?,我也重新加载了模型还是这样,这是什么情况 Resolved! The problem occurs because the `self.sp_tokenizer` is set after calling `super.__init__()`. Specifically, looking at the error information,...

I modified three lines in `hidpi.sh` to make it suitable for M silcon. I have noticed that many issues describe the problem but have no solution. I am very grateful...

> easy to handle, \bert_score\score.py this file,change the line 95 , ` if num_layers is None: num_layers = model2layers[model_type]` to ` if num_layers is None: # 如果 model_type 是路径,则截取最后一个/后的字符串 if...

> For python 3.8, spacy version 3.7.6 worked for me. > > FYI, [python 3.8 is being deprecated in 2024-10](https://devguide.python.org/versions/). Hence, best to upgrade python. spacy version 3.7.6 is deleted...