RETRO: RuntimeError: stack expects each tensor to be equal size, but got [2, 32] at entry 0 and [1, 32] at entry 29
Author: mocarshaCreated Jul 21, 2022Updated Jun 27, 2024
Labelsquestion
Hi,
Running the exact code on github for deepmind's retrieval transformer - RETRO, getting the following error:
RuntimeError: stack expects each tensor to be equal size, but got [2, 32] at entry 0 and [1, 32] at entry 29
Could you please help me with this? I used the same dataset as in the code.
Source: labmlai/annotated_deep_learning_paper_implementations