microsoft / rat-sql

A relation-aware semantic parsing model from English to SQL
https://arxiv.org/abs/1911.04942
MIT License
406 stars 117 forks source link

Decoder vocabulary file not created/found #63

Closed schreon closed 2 years ago

schreon commented 2 years ago

I am trying to run python run.py train experiments/spider-bert-run.jsonnet . This results in the following error related to the decoder vocabulary file:

FileNotFoundError: [Errno 2] No such file or directory: 'data/spider/nl2code,output_from=true,fs=2,emb=bert,cvlink/dec_vocab.json'

The data folders are mounted correctly, and the output folder data/spider/nl2code,output_from=true,fs=2,emb=bert,cvlink/ is being created. However, the dec_vocab.json file is missing.

schreon commented 2 years ago

Nevermind, I misread the instructions and did not execute the preprocessing part before training.