Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nlp
ahisto-modules
Named Entity Recognition Experiments
Commits
eb609384
Commit
eb609384
authored
Aug 15, 2022
by
Vít Novotný
Browse files
Remove extra forward slash
parent
6e472d42
Pipeline
#146495
passed with stage
in 8 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/03_train_ner_models.sh
View file @
eb609384
...
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment