Closed Jorigorn closed 4 years ago
That is the id of the GPU to use. If you don't have a GPU set it to any number.
Hi, @daniilsorokin Thanks for your reply. :) I have GPUs, but errors show. It seem there are some other resource needed to be download? like "data/WebQSP/preprocessed/webqsp.train.entities.candidates.4.small.pkl" Thanks.
% % sh ./run_experiments.sh 4
Seed: 1
Load candidates.
Traceback (most recent call last):
File "/home/john/anaconda3/envs/starsem2018/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/home/john/anaconda3/envs/starsem2018/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/mnt/hdd/experiments/john/starsem2018-entity-linking/entitylinking/mlearning/training/train_entity_linker.py", line 140, in
Error: Missing argumnt "config_file_path". Usage: evaluate.py [OPTIONS] PATH_TO_MODEL CONFIG_FILE_PATH
Error: Missing argument "config_file_path". john@serv-re ~/experiments/starsem2018-entity-linking
Hi,
long time waiting, but we have finally published all the evaluation data and the precomputed candidates for the evaluation: https://github.com/UKPLab/starsem2018-entity-linking#qa-data-for-benchmarking-entity-linking-systems
Best, Daniil
Hi @daniilsorokin ,
I tried to run the run_experiments.sh ... it gets an error as dataset.py
looking for webqsp.dev.ids.json
in the WebQSP/input/
directory . How to resolve this? In the preprocessed QA dataset such json files are not present.
Hi,
you are right, webqsp.dev.ids.json
was missing from the data set and it is needed for training and evaluation using the development set. I have updated the data set online: https://public.ukp.informatik.tu-darmstadt.de/starsem18-entity-linking/EntityLinkingForQADatasets.zip
Please download again.
Cheers, Daniil
I trie to run the run_experiments.sh , it get an error NO such file or directory "data/WebQSP/input/webqsp.train.ids.json". How to resolve this issue?
Hi,
the file was indeed missing, I have added it to the data set: https://public.ukp.informatik.tu-darmstadt.de/starsem18-entity-linking/EntityLinkingForQADatasets.zip
Best, Daniil
What is parameter? GPUID=$1 Thanks. :)