You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi @fchollet,
Something came back to me, regarding these notebooks:
chapter11_part04_sequence-to-sequence-learning.ipynb
never defines or importsTransformerEncoder
, as it comes a bit after the passage that is the basis forchapter11_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!
The text was updated successfully, but these errors were encountered: