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
{{ message }}
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Traceback (most recent call last):
File "TransCoder/translate.py", line 179, in
input, lang1=params.src_lang, lang2=params.tgt_lang, beam_size=params.beam_size)
File "TransCoder/translate.py", line 138, in translate
min(self.reloaded_params.max_len, 3 * len1.max().item() + 10)),
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.