sythello
sythello
In line 102, `eval.main(eval_config)` the eval_output_path is replaced (eval.py line 25): `args.output.replace('__LOGDIR__', real_logdir)` However, in line 104 `res_json = json.load(open(eval_output_path))` the eval_output_path is not replaced. I got a FileNotFoundError during...
Hello! When I tried to run evaluation.py, it terminated half-way, throwing the following error: > Traceback (most recent call last): File "evaluation.py", line 866, in evaluate(gold, pred, db_dir, etype, kmaps)...
Hello! I was trying to set up the environment of the XSP paper (Exploring Unexplored Generalization Challenges for Cross-Database Semantic Parsing). In `data_download.sh` the instructions ask me to download several...
Hello! I was trying to use your model to parse a reasonably large amount of text into SQL (similar size as Spider). I used the "serve" mode. I allowed 8GB...