Questions tagged [seq2seq]

Seq2Seq is a sequence to sequence learning add-on for the python deep learning library.

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…
-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, …
1 2 3
21
22