Commit eb609384 authored by Vít Novotný's avatar Vít Novotný
Browse files

Remove extra forward slash

parent 6e472d42
Pipeline #146495 passed with stage
in 8 minutes and 59 seconds
......@@ -10,7 +10,7 @@ ANNOTATION_PATH=/nlp/projekty/ahisto/annotations/
OCR_EVAL_PATH=/nlp/projekty/ahisto/ahisto-ocr-eval
SCHEDULE_NAME=fine-tuning
DOCKER_BUILDKIT=1 docker build --build-arg UID="$(id -u)" --build-arg GID="$(id -g)" --build-arg UNAME="$(id -u -n)" . -f scripts//03_train_ner_models.Dockerfile -t "$IMAGE_NAME"
DOCKER_BUILDKIT=1 docker build --build-arg UID="$(id -u)" --build-arg GID="$(id -g)" --build-arg UNAME="$(id -u -n)" . -f scripts/03_train_ner_models.Dockerfile -t "$IMAGE_NAME"
parallel --halt=soon,fail=100% --jobs=4 --bar --delay 60 --resume-failed \
--joblog scripts/03_train_ner_models_"${SCHEDULE_NAME}".joblog \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment