rat-sql
rat-sql copied to clipboard
assert next_choices is not None ERROR , previously by SIGKILL error which was apparently fixed
After training with the command:
python run.py train experiments/wikisql-glove-run.jsonnet
and getting through 3990 epochs:
[2020-11-19T18:51:02] Step 39990: loss=0.8703
I tried next step:
python run eval experiments/wikisql-glove-run.jsonnet
but I go the following error:
Loading model from logdir/glove_run/model_checkpoint-00030100
0%| | 0/8421 [00:00<?, ?it/s]
Traceback (most recent call last):
File "run.py", line 109, in
In the logdir/glove_run I have
drwxr-xr-x. 2 root root 54 Nov 20 10:34 ie_dirs lrwxrwxrwx. 1 root root 25 Nov 19 18:51 model_checkpoint -> model_checkpoint-00040000 -rw-r--r--. 1 root root 142281149 Nov 19 18:51 model_checkpoint-00040000 -rw-r--r--. 1 root root 240073 Nov 19 18:51 log.txt -rw-r--r--. 1 root root 142281149 Nov 19 18:10 model_checkpoint-00039100 -rw-r--r--. 1 root root 142281149 Nov 19 17:24 model_checkpoint-00038100 -rw-r--r--. 1 root root 142281149 Nov 19 16:38 model_checkpoint-00037100
and so on.
Please advice what went wrong?
Previously, the training thrown an error related to the the fact that SIGKILL was not recognized. I replaced, following the internet fix, with a SIGTERM and an conditional to see if the object has the method.
Could
I am experiencing the same error
Can you try set 'eval_use_heuristic' to False https://github.com/microsoft/rat-sql/blob/f2e00333d425b3bb3b625a89f77f88d015553a6f/experiments/wikisql-glove-run.jsonnet#L12
Can you try set 'eval_use_heuristic' to False
https://github.com/microsoft/rat-sql/blob/f2e00333d425b3bb3b625a89f77f88d015553a6f/experiments/wikisql-glove-run.jsonnet#L12
I met the same problem as papsipublic did. And I follow your solution to set 'eval_use_heuristic' to False. But the result of WikiSQL is just 17%. I wanna ask where might be the problem. Thanks a lot~
Can you try set 'eval_use_heuristic' to False https://github.com/microsoft/rat-sql/blob/f2e00333d425b3bb3b625a89f77f88d015553a6f/experiments/wikisql-glove-run.jsonnet#L12
I met the same problem as papsipublic did. And I follow your solution to set 'eval_use_heuristic' to False. But the result of WikiSQL is just 17%. I wanna ask where might be the problem. Thanks a lot~
I met the same problem
I met the same problem. Any solutions?
i met too
Same issue.
same issue. Any solutions ?