You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this readme file, I should be able to run the Pretraining step by running this line of code- python experiments/sql2nl/run.py train configs/spider/run_config/run_en_spider_pretrain_syn.jsonnet
However, I run into this error-
File "/tensor2struct-public/tensor2struct/models/spider/spider_enc_bert.py", line 175, in load
with open(os.path.join(self.data_dir, "relations.json"), "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'data/spider/spider-0727-google/electra-base-discriminator,other_train-true,syn-r6-m128,sc_link=true,cv_link=true/enc/relations.json'
I've tried looking for relations.json in the repo but couldn't find it there
The text was updated successfully, but these errors were encountered:
According to this readme file, I should be able to run the Pretraining step by running this line of code-
python experiments/sql2nl/run.py train configs/spider/run_config/run_en_spider_pretrain_syn.jsonnet
However, I run into this error-
I've tried looking for
relations.json
in the repo but couldn't find it thereThe text was updated successfully, but these errors were encountered: