Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
punctuator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
punctuator
Commits
bd74e48e
Commit
bd74e48e
authored
4 years ago
by
Szymon Ciombor
Browse files
Options
Downloads
Plain Diff
Merge branch 'merge_hotfix' into 'master'
Fix after merge See merge request
!8
parents
309d6d54
39d9a7f4
1 merge request
!8
Fix after merge
Pipeline
#1596
passed with stages
Stage:
Stage:
Stage:
in 25 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
worker.py
+0
-2
0 additions, 2 deletions
worker.py
with
0 additions
and
2 deletions
worker.py
+
0
−
2
View file @
bd74e48e
...
...
@@ -32,8 +32,6 @@ class Worker(nlp_ws.NLPWorker):
)
self
.
models
[
model_type
].
train
(
False
)
self
.
model
.
train
(
False
)
def
process
(
self
,
input_file
:
str
,
task_options
:
dict
,
output_file
:
str
)
->
None
:
"""
Implementation of example tasks that copies files.
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment