Sai Himal Allu
Sai Himal Allu
While splitting the data file into train, dev and test sets by running the following commands given in the README.md ```bash cd data/monument_300/ python ../../split_in_train_dev_test.py --lines $NUMLINES --dataset data.sparql ```...
While running ```bash python build_vocab.py data/monument_300/data_300.en > data/monument_300/vocab.en ``` The python interpreter gives out the following warning WARNING:tensorflow:From build_vocab.py:43: __init__ (from tensorflow.contrib.learn.python.learn.preprocessing.text) is deprecated and will be removed in a...