TabularSemanticParsing
TabularSemanticParsing copied to clipboard
Translating natural language questions to a structured query language
I am new in pytorch. I have a problem with my model when I run my code I have this error. ` pytorch/aten/src/ATen/native/cuda/ScatterGatherKernel.cu:115: operator(): block: [4,0,0], thread: [53,0,0] Assertion `idx_dim...
I tried to run the pre-trained model interactively, with `db_id=baseball_1`. When I run this question (from training set) `Find the full name and id of the college that has the...
I trained my model and noticed that after each step the best model was saved. accidentally I stopped training. How can I pick up where I left off Thanks in...
When training on Spider dataset, I'm getting this error:  If you've seen this before, I'd love to hear how you solved it!
HOW to execution the result
Hello, I was able to finish the training part following the commands in the README and the fix in the #17 . But I still got the following RuntimeError during...
Hi, As mentioned in the title: using the pre-trained model, how to generate directly the SQL query given new inputs (new question + new DataBase schema file path (.sql file...
After fixing the bugs mentioned in #14 (downgrade `src/semantic_parser/learn_framework.py` L206-225 and `moz_sp/__init__.py` restore_clause_order function), I got the following results from your pretrained checkpoints: E-SM | EXE -- | -- 70.0...
Hello, I want to use multiple GPUs for computing. But I see only "GPU =$3" in the parameter Settings. How can I change the calculation to multiple Gpus?
Hi there, Thanks for releasing code. I occurred an cuDNN error when training the model on spider dataset. I am using Pytorch 1.7.0 with cuda 11.0 and python 3.7 on...