This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 917
[BUG] Prediction code called from abstractive_summarization_bertsumabs_cnndm notebook is broken #616
Labels
bug
Something isn't working
Comments
I am also getting the same error while trying to predict the summaries. Have you found any solution yet? |
same , i have the same issue. |
try torch 1.5.0 |
Adding a
|
I was using 1.9 and when I downgraded it to |
WangYixuan12
pushed a commit
to WangYixuan12/pytorch-dense-correspondence
that referenced
this issue
Oct 5, 2021
is cuda11.1 compatible with torch1.5.0? |
Have you solved this problem now? |
have you solve it now? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Tried using the abstractive_summarization_bertsumabs_cnndm notebook after installing the env based on the instructions, but the part where the predictions on the test data is performed returns an error
RuntimeError: "index_select_out_cuda_impl" not implemented for 'Float'
How do we replicate the bug?
Followed the instructions here to create the environment on an Azure DS VM GPU
https://github.com/microsoft/nlp-recipes/blob/master/SETUP.md#dependencies-setup
Followed the instructions here to open JupyterHub and access this notebook from the repo.
https://github.com/microsoft/nlp-recipes/blob/master/SETUP.md#register-conda-environment-in-dsvm-jupyterhub
Get the following stack trace when executing the block for running predictions on the test data:
Expected behavior (i.e. solution)
The notebook should run smoothly
Other Comments
The text was updated successfully, but these errors were encountered: