Skip to content
Snippets Groups Projects
Commit 3c04e51c authored by Alexander Dallmann's avatar Alexander Dallmann
Browse files

fix e-mail link

parent 946dc386
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ Please note that we will release a first version of the entire framework soon an ...@@ -8,7 +8,7 @@ Please note that we will release a first version of the entire framework soon an
Additionally, we provide checkpoints and evaluation results for your convenience. Additionally, we provide checkpoints and evaluation results for your convenience.
You can find the download links below. You can find the download links below.
If something does not work as expected, please do not hesitate to contact me: [dallmann@informatik.uni-wuerzburg.de](dallmann@informatik.uni-wuerzburg.de) If something does not work as expected, please do not hesitate to contact me: [dallmann@informatik.uni-wuerzburg.de](mailto:dallmann@informatik.uni-wuerzburg.de)
# Downloads # Downloads
...@@ -180,4 +180,4 @@ for DATASET in "${DATASETS[@]}" ...@@ -180,4 +180,4 @@ for DATASET in "${DATASETS[@]}"
do do
python -m true_rank_table.create_dataset_rank_plot results/results.csv "results/rank_by_strategy/${DATASET}_${METRIC}-at-${K}_${TGT_SIZE}.pdf" --dataset $DATASET --metric $METRIC --k $K --negative-samples $TGT_SIZE python -m true_rank_table.create_dataset_rank_plot results/results.csv "results/rank_by_strategy/${DATASET}_${METRIC}-at-${K}_${TGT_SIZE}.pdf" --dataset $DATASET --metric $METRIC --k $K --negative-samples $TGT_SIZE
done done
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment