-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unknown command line flag 'dataset_name' #11
Comments
Thanks for noticing this issue. I have pushed a new commit -- all I did was remove that line. It should not have been parsing the flags at that point. |
Thanks for the change, but it still gives the following error: File "highlight_heuristic.py", line 115, in |
After looking at this github issue try changing this line in util.py |
Whenever I run the command :
python highlight_heuristic.py -dataset_name=cnn_dm
I get an error as follows:
File "highlight_heuristic.py", line 14, in
FLAGS(sys.argv)
File "C:\Users\Soumya Suvra Ghosal\AppData\Local\Programs\Python\Python36\lib\site-packages\absl\flags_flagvalues.py", line 633, in call
name, value, suggestions=suggestions)
absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'dataset_name'
Can you please tell me how to resolve this issue.
The text was updated successfully, but these errors were encountered: