tyliupku / wiki2bio

Code for AAAI2018 paper "Table-to-text Generation by Structure-aware Seq2seq Learning"
https://arxiv.org/abs/1711.09724
152 stars 46 forks source link

I can't find where the requeiment.txt is, hoping for help. #6

Open RainyTong opened 5 years ago

RainyTong commented 5 years ago

Thanks a lot if anybody can help me and give me the answer where the requirement.txt is.

RainyTong commented 5 years ago

I've solved this problem, sorry to bother you!

MathewAlexander commented 5 years ago

How did you solve it?

RainyTong commented 5 years ago

How did you solve it?

Before pip install requirements.txt, enter the command pip freeze > requirements.txt first under the path of this project. Then a "requirements.txt" is generated.

ZeweiChu commented 5 years ago

How did you solve it?

Before pip install requirements.txt, enter the command pip freeze > requirements.txt first under the path of this project. Then a "requirements.txt" is generated.

But that is your own pip environment, not the requirements from this project.

RainyTong commented 5 years ago

How did you solve it?

Before pip install requirements.txt, enter the command pip freeze > requirements.txt first under the path of this project. Then a "requirements.txt" is generated.

But that is your own pip environment, not the requirements from this project.

Anyway, I use the same environment with the author -- python2.7, tensorflow1.0.0, cuda8, cudnn5.1 on LINUX. And everything works fine. (When I run the code in Windows, full of bugs...)

zzj0402 commented 4 years ago
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt

The requirement file is missing.