SQLNet
SQLNet copied to clipboard
Neural Network for generating structured queries from natural language.
HI, Has anyone tried sqlnet keras implementation? I am trying to implement column attention and here is my code.. it would be great if you could review it and tell...
**def load_dataset(dataset_id, use_small=False)** SQLNet>python extract_vocab.py Loading from original dataset Loading data from data/train_tok.jsonl Loading data from data/train_tok.tables.jsonl Loading data from data/dev_tok.jsonl Loading data from data/dev_tok.tables.jsonl Loading data from data/test_tok.jsonl Loading...
_Error while loading word embedding glove_ **Logs:** Loading from original dataset Loading data from data/train_tok.jsonl Loading data from data/train_tok.tables.jsonl Loading data from data/dev_tok.jsonl Loading data from data/dev_tok.tables.jsonl Loading data from...
Hi, Can you gives us pretrained models ? Thank you.
hi Why the input of the decoder is an one-hot vector? We usually use dense vectors(through embedding lookup function) as the input in seq2seq models.
HI All, I am badly stuck at fixing this error : "RuntimeError: input.size(-1) must be equal to input_size. Expected 300, got 100" Can you please suggest how to fix this...
After making a few changes in the utils.py file, as well as changing from python 2 to Python 3, I am getting an error in the rnn.py file when i...
even with the GPU the training takes a very long time. Has anyone faced this issue
Hi Xiaojun, I trained the model without changing any hyperparameter's value. (`python train.py --ca`) When executing the `test.py`, I obtain the following accuracy scores: ``` Dev acc_qm: 0.584253651585; breakdown on...