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
returns a FileNotFoundError: [Errno 2] No such file or directory because the directory structure is incorrect. On my test run (using Google Colab notebooks, with GPU runtime) the file should be in the directory wt103-fwd rather than wt103-1.
In the notebook
5-nn-imdb.ipynb
, executing the cell withreturns a
FileNotFoundError: [Errno 2] No such file or directory
because the directory structure is incorrect. On my test run (using Google Colab notebooks, with GPU runtime) the file should be in the directorywt103-fwd
rather thanwt103-1
.The line
loads correctly for me.
The text was updated successfully, but these errors were encountered: