Effective_Extractive_Summarization icon indicating copy to clipboard operation
Effective_Extractive_Summarization copied to clipboard

Runtime CUDA error while evaluating

Open Deepanshu-beep opened this issue 3 years ago • 0 comments

While running the testing script I am encountering the following error:

File "main.py", line 345, in test(args, 'test') File "main.py", line 249, in test ext_idx = extractor(raw_art_sents) File "/content/Effective_Extractive_Summarization/decoding.py", line 84, in call indices = self._net.extract([article], k=min(n_art, self._max_ext)) File "/content/Effective_Extractive_Summarization/model/extract.py", line 313, in extract enc_out = self._encode(article_sents, sent_nums) File "/content/Effective_Extractive_Summarization/model/extract.py", line 381, in _encode inputs = self._emb_w(enc_sent) + self.sent_pos_embed(sent_pos) RuntimeError: CUDA error: device-side assert triggered

Kindly look into it

Deepanshu-beep avatar Sep 02 '22 14:09 Deepanshu-beep