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
b3810c32
Commit
b3810c32
authored
Aug 13, 2022
by
Vít Novotný
Browse files
Use parallel schedule to train NER models
parent
3d99edcc
Pipeline
#146468
passed with stage
in 8 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/03_train_ner_models.sh
View file @
b3810c32
...
...
@@ -8,7 +8,7 @@ IMAGE_NAME=ahisto/named-entity-search:latest
ROOT_PATH
=
/nlp/projekty/ahisto/public_html/named-entity-search/results/
ANNOTATION_PATH
=
/nlp/projekty/ahisto/annotations/
OCR_EVAL_PATH
=
/nlp/projekty/ahisto/ahisto-ocr-eval
SCHEDULE_NAME
=
fair-sequentia
l
SCHEDULE_NAME
=
paralle
l
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
"
...
...
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