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
C:\Users\Saravanan>python -m sesame.preprocess
Traceback (most recent call last):
File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 192, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\sesame\preprocess.py", line 31, in
from .globalconfig import (VERSION, TRAIN_EXEMPLAR, TRAIN_FTE, DEV_CONLL, TEST_CONLL,
File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\sesame\globalconfig.py", line 18, in
config_json = open("configurations/global_config.json", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'configurations/global_config.json'
The text was updated successfully, but these errors were encountered:
C:\Users\Saravanan>python -m sesame.preprocess
Traceback (most recent call last):
File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 192, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\sesame\preprocess.py", line 31, in
from .globalconfig import (VERSION, TRAIN_EXEMPLAR, TRAIN_FTE, DEV_CONLL, TEST_CONLL,
File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\sesame\globalconfig.py", line 18, in
config_json = open("configurations/global_config.json", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'configurations/global_config.json'
The text was updated successfully, but these errors were encountered: