-
It's great to see Tensor2Tensor V2 moving to Keras models and layers 🎉
Currently [Tensor2Tensor V2](https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/v2) only supports the model…
-
### Description
I'm attempting to do very basic transfer learning using a transformer, and am asking if someone could point me towards an example of how to do that in tensor2tensor.
I've seen Rad…
-
I meet a problem when I use tensor2tensor train a translate model, and decode some sentence.
The Error is ' IndexError: string index out of range'
so I debug the error sentence, and find it genera…
-
### Description
We customize the translation problem and use our own dictionary.
When setting worker_ gpu=8 batch_ size=1024 model=transformer_ big, OOM error occurs during training.
Some of the …
-
I intend to try out an LSTM for speech recognition. Looking at the t2t code I noticed that there's a `lstm_asr_v1` hparams-set which is should probably work with a `lstm_seq2seq_attention`?
However…
-
### Description
I am trying to use trax following NLP specialization but couldn't import it. I have search for solution and ask help on ChatGPT but could not solve it.
...
### Environment informa…
Nuna7 updated
1 month ago
-
Hello.
I'm having problems resuming training from a checkpoint on Google Colab. The only way I've found is to delete all checkpoints and start again, which of course isn't a good idea after traini…
-
Somewhat similar to https://github.com/tensorflow/tensor2tensor/issues/344, I have my model served by TensorFlow Serving API, how can I translate an English sentence against this model now?
Model c…
-
### Description
Hello! Thanks for adding en-es module and making it available!
I have ran into an issue when I tried to download data using 't2t-datagen' command.
It seems the data for transl…
-
Is it possible to achieve the same result as the paper in short time?
Well.. I don't have enough GPU & computation power to see the enough result as google ai.
If we can't train the full corpus as…