python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Not able to execute sample code provided in Hugging faces Models card
When i am trying sample code from Hugging face i get below error.
the code can be found from https://huggingface.co/facebook/tts_transformer-en-ljspeech
Code:
from fairseq.checkpoint_utils import load...
user2478236
Votes: 0
Answers: 1
MT: Calculating METEOR Score of two different files
For an Machine Translation evaluation I need to calculate the METEOR score between the translation output file and the reference file.
I already found this question How can I implement meteor score wh...
Ramón Wilhelm
Votes: 0
Answers: 1
Pytorch giving runtimeerror can't be cast to the desired output type Long
The following code is giving runtimeerror "result type Float can't be cast to the desired output type Long".
I already tried to do the following:
FROM:
torch.div(self.indices_buf, vocab_size...
Exploring
Votes: 0
Answers: 1
How to use/install a GitHub commit?
There is a package I want to use that is implemented based on fairseq toolkit. The package requirement says:
Please use an earlier commit of Apex - NVIDIA/apex@4a8c4ac
Even though I know how to inst...

Pedram
Votes: 0
Answers: 1