TabularSemanticParsing icon indicating copy to clipboard operation
TabularSemanticParsing copied to clipboard

Translating natural language questions to a structured query language

Results 30 TabularSemanticParsing issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/63480026/148129705-630ddbeb-ddd9-48e7-97a8-056d66d21feb.png) 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...