`chapter11_part04_sequence-to-sequence-learning.ipynb` never defines nor imports `TransformerEncoder`
Hi @fchollet,
Something came back to me, regarding these notebooks: chapter11_part04_sequence-to-sequence-learning.ipynb never defines or imports TransformerEncoder, as it comes a bit after the passage that is the basis for chapter11_part03_transformer.ipynb, in which the Encoder-only version is presented, and where the class is defined!
I'm assuming these have been automatically generated from the book somehow, but in case, for usability, one has to go back to part03 to get the class definition!
I have received your E-mail——Steven Lee
I encountered the same problem (I copied the code from the previous section into this section), and after training with the code from this section on GitHub, the translation results were not satisfactory. I haven't found the reason yet. I hope those who have successfully run it will share their experiences.