avinsit123 / keyphrase-gan

Code for the AAAI 2020 paper "Keyphrase Generation for Scientific Articles using GANs"

Home Page:https://aaai.org/ojs/index.php/AAAI/article/view/7238

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when runing GAN_Training.py

johncs999 opened this issue · comments

File "keyphrase-gan-master/hierarchal_attention_Discriminator.py", line 195, in Catter
x = torch.cat((x,keyphrase[:lengths[i]]))
IndexError: list index out of range