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

some question about extract_bert_teatures.sh #12

Open
MENGHAH opened this issue Nov 4, 2019 · 1 comment
Open

some question about extract_bert_teatures.sh #12

MENGHAH opened this issue Nov 4, 2019 · 1 comment

Comments

@MENGHAH
Copy link

MENGHAH commented Nov 4, 2019

PYTHONPATH=. python extract_features.py --input_file=./

I want to know what's the mean of "--input_file=./" in above code. Because it produce one error when I run this file!
error: tensorflow.python.framework.errors_imp.NoFoundError: PATH; No such a file or director
选区_029

@henryhust
Copy link

It means that the data_path which is written in the extract_features.py is not under the ./, you should change the input_file path to where your trainfile is or put your data under the root path of the project.

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