python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ValueError: Shapes (None, 16) and (None, 16, 16) are incompatible (LSTMs)
I am building a English to Hindi translation model and I keep getting this error. I am still new to this so I couldn't figure out my error. I used the encoder-decoder model and i still have to build t...
Akshat Mittu
Votes: 0
Answers: 0
error message of calling media translation api of GCP
I followed the tutorial in the
https://github.com/GoogleCloudPlatform/community/blob/master/tutorials/ar-subs/index.md
to create Real-Time Video Translation with AR Subtitles.
After following all step...
michael zhang
Votes: 0
Answers: 0
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
How are SHAP's feature contributions calculated for models with word embeddings as output?
In a typical Shapley value estimation for a numerical regression task, there is a clear way in which the marginal contribution of an input feature i to the final numerical output variable can be calcu...
Daniel Gallagher
Votes: 0
Answers: 0