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
RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1
I do not know if I am defining the BackTranslationAug model correctly. I used Helsinki-NLP models as said in the documentation. Any help regarding this matter is appreciated.
The text was updated successfully, but these errors were encountered:
I have defined a Back Translation model the following way:
I later augment a list of texts using:
From time to time I get this warning which makes the code fail:
This is the error:
I do not know if I am defining the
BackTranslationAug
model correctly. I usedHelsinki-NLP
models as said in the documentation. Any help regarding this matter is appreciated.The text was updated successfully, but these errors were encountered: