SQLNet icon indicating copy to clipboard operation
SQLNet copied to clipboard

Neural Network for generating structured queries from natural language.

Results 43 SQLNet issues
Sort by recently updated
recently updated
newest added

I am using google colab with GPU to train the model. After 27 epochs connection got disconnected. And when i try to run the model again it is starting from...

has anyone been able to test this model with other datasets like the IMDB or SENLIDB. If yes could you please guide me as to how the files need to...

If anyone can please assist i ran the code but i am finding the condition accuracy is not computing i am currently getting the below results. for both the SQLNet...

hi, Different conditional orders can produce the same query results. Our goal is to query the results. Why does this affect performance instead? Incomprehension thanks

Hi I'm just curious about why the results for logical form accuracy is not included in Table 1 at [https://arxiv.org/pdf/1711.04436.pdf](https://arxiv.org/pdf/1711.04436.pdf), though it is mentioned in the text that SQLNet outperforms...

?Seems that train.py generate errors. is there any pre-requisits ( > base) C:\Users\Albel\Documents\SQLNet>python train.py --ca > Loading from original dataset > Loading data from %s data/train_tok.jsonl > Loading data from...

Getting this error when trying to run extract_vocab.py. Pls. view the screenshot below for error details https://drive.google.com/open?id=1Fb2f0wacXwwhd1Mzz6c3RfHbQATQnR84

Do you think it would be possible to write a predict.py file to verify live test the result based on the trained model

I would like to understand how to use it database other than WikiSQL, I'm new to ML and would like to use it for querying attendance data. Can you please...

Hi, I got the following error while training. (python train.py --ca) ![error_sqlnet](https://user-images.githubusercontent.com/11491858/43133953-fbe8f440-8f5d-11e8-8650-f9cecbe22058.png) i guess in utils.py line 145 loss.data.cpu().numpy() is an empty array can you please let us know how...