Benjamin Wolff
Benjamin Wolff
@LucianoBatista: Thanks for your solution! I ran into the same problem. I created a [pull request](https://github.com/EdwardRaff/Inside-Deep-Learning/pull/15).
You are right: Knowing how to properly use git stash is very beneficial. From my perspective and experience, I would not teach git stash in the git-novice course. This course...
I add another code typo to this issue, that I found in the book (and in the notebook as well): Page 606: ```python batch_hidden = final_hidden.permute(1, 0, 2) batch.shape ```...
@zucchini-nlp Thanks for helping out! Increasing `MAX_LENGTH` to `3000` resolves the mismatch issue, but now I’m running into memory problems. With an A100 (40GB), it runs out of RAM during...