Seq2Seq is a sequence to sequence learning add-on for the python deep learning library.
Questions tagged [seq2seq]
318 questions
-2
votes
0 answers
Inference of a neural translator model into a mobile application in offline mode
I need an app translator for an obscure language. I used openNMT with model quantization to reduce its size, but the final size is over 100 MB. This is much more than necessary. Are there any small models or ways to reduce the size of the model so…

ИНДУС Геймдев
- 9
- 4
-2
votes
1 answer
while calling the seq2seq_model to get train and test prediction im getting this error?
'''
training_predictions, test_predictions = seq2seq_model(tf.reverse(inputs, [-1]),
targets,
keep_prob,
…

Aman Gupta
- 1
- 2