This repo contains the implementation of SQLNet suggestions (paper and Original Code )with NQL from my master's thesis.
- Download
data.tar.bz2
. From the SQLNet Github Page here and unpack it. After that, you should have the folders 'data' and 'data_resplit' - Download the 42B.300d Glove embedding from here or directly from here. Unzip the 'glove.42B.300d.txt' file and put it into the folder 'glove'
This repo was developed on Windows using Python 3.6. To install the needed Python packages run:
pip install -r requirements.txt
SQLNet uses Pytorch, so CUDA/cudnn is needed to be installed. For this, please visit the NVIDIA website.
python main.py