DevinZ1993 / Chinese-Poetry-Generation

An RNN-based Chinese Poem Generator
MIT License
251 stars 105 forks source link

when you run ./data_utils.py you need mkdir a file named /data? #14

Open ColinJLZhang opened 5 years ago

s1530129650 commented 4 years ago

I think you are right. When I run ./data_utils.py.

he error is: FileNotFoundError: [Errno 2] No such file or directory: '/data/enshi_data/Chinese-Poetry-Generation/data/sxhy_dict.txt'

When I make a file named data in the same path of data_utils. I works.

![Uploading image.png…]()

CostaliyA commented 1 year ago

Just create a folder named data. It works on my computer.