-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
tf-nightly 2.19.0-dev20241025
### Custom code
Yes
…
-
It looks like the script:
https://github.com/kaldi-asr/kaldi/blob/master/egs/wsj/s5/utils/lang/add_unigrams_arpa.pl
Doesn't make any attempt to assure that the unigrams probabilities sum to 1.…
-
作者您好!
您的工作让我受益匪浅,作为小白,冒昧向您询问一些测评代码的细节:
我们尝试使用pytorch-fid复现您文中的指标,但发现复现结果相较于文中结果差距还是比较大的(我们在您开源的权重上测试的结果较论文结果高了约30个点),请问这部分指标您具体是如何实现的,权重、transform等如何设置的,还请不吝赐教。
我们在测评的时候操作是,对于不同写作风格的作者生成的oov或iv样本(这…
-
Go to check what each pos tag means. E.g. `U` means url, `#` means hashtag (trend), `@` means tagging person. So that you can use regex to change it to `""`, `""`, `""`...etc. As for others, just chan…
-
Hi,
I am a beginner of nmt.I have a question:
How to solve the problem of OOV in translation translation? Can I add a large dictionary? How to add a dictionary in nmt?
Looking forward to your advic…
-
This is a bigger project, this approach to handle OOV has some potential:
https://github.com/alumae/kaldi-offline-transcriber/blob/master/local/get_ctm_unk.sh
https://deepai.org/publication/adva…
-
Hello, is there any scripts or parameter that I can add to get the total perplexity including/excluding OOVs?
I want to find a way to calculate the perplexity including OOVs
-
I have read your article [GANwriting: Content-Conditioned Generation of Styled Handwritten Word Images](https://arxiv.org/abs/2003.02567) and your code, and I am confused about how to calculate the FI…
-
> It should probably be a parameter in the API, like for orthography conversion you usually want OOVs to pass through, whereas for G2P you may want an error flag of some sort to tell the caller there'…
-
I could quite appreciate if udpipe indicated somehow that a respective word form was not present in the morphological lexicon, i.e., its lemma, PoS and features have been guessed, This type of inform…