Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train.csv no such file exists #16

Open
helenrensiyu opened this issue Feb 1, 2019 · 1 comment
Open

train.csv no such file exists #16

helenrensiyu opened this issue Feb 1, 2019 · 1 comment

Comments

@helenrensiyu
Copy link

In the prepare_data.py line 40
if not os.path.exists('train.csv'):
os.remove('train.csv')
Is this corrent? When I run the program for the first time, it told me train.csv no such file exists.

@Vajir10
Copy link

Vajir10 commented Jul 12, 2019

replace the if not os.path.exists('train.csv'): to if os.path.exists('train.csv')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants