SivilTaram / Persona-Dialogue-Generation

The code of ACL 2020 paper "You Impress Me: Dialogue Generation via Mutual Persona Perception"
MIT License
309 stars 46 forks source link

File not found and other errors #19

Closed ghost closed 3 years ago

ghost commented 3 years ago

When I ran this : python train_transmitter.py it ended with the following :
train_transmitter

After the above , I went ahead and executed : python tasks/convai2receiver/build_data.py

and encountered the following: parl_filenotfound

Please help!

SivilTaram commented 3 years ago

@warriorKnightStar could you check if there is any folder named as data/ConvAI2? If YES and you are using linux systems, you could replace \\ in tasks/convai2receiver/build_data.py with / and try again.

ghost commented 3 years ago

Yes there is a folder data/ConvAI2 and I'm using google colab. Please could I know how to resolve the problem in this pic attached which was the result after running : python train_transmitter.py

train_transmitter the execution ended with ^C Please help

SivilTaram commented 3 years ago

@warriorKnightStar It seems normal for training on transmitter. If you does not use ctrl + c to stop it, it will keep running and training. So what's the problem here?

ghost commented 3 years ago

I did not press ctrl + c to stop it.. I did not press or click anything to interrupt its execution... but it stopped. I'm not sure if it should run for more epochs . Please could you look at the last 5 lines in the output pic and confirm if that's the way the correct execution ends or is something wrong on my side?

SivilTaram commented 3 years ago

@warriorKnightStar As far as I know, ^C usually means that you killed the process by yourself, or maybe the special case for colab when memory is not enough for running? You could try again with a smaller batch size and replace 10 with a smaller number here. Try again and see if the process will be killed by colab.

SivilTaram commented 3 years ago

If you have further questions, please reopen it.