You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btw, you can change file to another name, such as "const.txt" or "topic.txt"
at least I do like this, I use the name "const.txt"
and change line:
code/KBQA_Runner.py line 111: CON_file = os.path.join(input_file, 'con.txt') --> CON_file = os.path.join(input_file, 'const.txt')
in windows, "con.*" is protected, cannot use
so, after download all data(as zip), don't unzip on windows, unzip it on linux
The text was updated successfully, but these errors were encountered: