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
51be26ee
Commit
51be26ee
authored
Aug 16, 2022
by
Vít Novotný
Browse files
Increase delay in `scripts/03_train_ner_models.sh`
parent
837ffec0
Pipeline
#146528
passed with stage
in 9 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/03_train_ner_models.sh
View file @
51be26ee
...
...
@@ -12,7 +12,7 @@ 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
"
parallel
--halt
=
soon,fail
=
100%
--jobs
=
4
--bar
--delay
6
0
--resume-failed
\
parallel
--halt
=
soon,fail
=
100%
--jobs
=
4
--bar
--delay
12
0
--resume-failed
\
--joblog
scripts/03_train_ner_models_
"
${
SCHEDULE_NAME
}
"
.joblog
\
--colsep
' +'
\
--
\
...
...
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