Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
combo
Commits
3b396ebc
Commit
3b396ebc
authored
Nov 11, 2023
by
Maja Jablonska
Browse files
Options
Downloads
Patches
Plain Diff
Optimize imports in combo_model.py
parent
238f3125
No related branches found
No related tags found
1 merge request
!46
Merge COMBO 3.0 into master
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
combo/combo_model.py
+9
-9
9 additions, 9 deletions
combo/combo_model.py
with
9 additions
and
9 deletions
combo/combo_model.py
+
9
−
9
View file @
3b396ebc
...
...
@@ -9,20 +9,20 @@ from torch import Tensor
from
combo
import
data
from
combo.config
import
FromParameters
,
Registry
from
combo.config.from_parameters
import
register_arguments
from
combo.modules.morpho
import
MorphologicalFeatures
from
combo.modules.lemma
import
LemmatizerModel
from
combo.modules.parser
import
DependencyRelationModel
from
combo.modules
import
TextFieldEmbedder
from
combo.modules.model
import
Model
from
combo.modules.seq2seq_encoders.seq2seq_encoder
import
Seq2SeqEncoder
from
combo.nn
import
RegularizerApplicator
,
base
from
combo.nn.utils
import
get_text_field_mask
from
combo.utils
import
metrics
from
combo.data
import
Instance
from
combo.data.batch
import
Batch
from
combo.data.dataset_loaders.dataset_loader
import
TensorDict
from
combo.modules
import
TextFieldEmbedder
from
combo.modules.lemma
import
LemmatizerModel
from
combo.modules.model
import
Model
from
combo.modules.morpho
import
MorphologicalFeatures
from
combo.modules.parser
import
DependencyRelationModel
from
combo.modules.seq2seq_encoders.seq2seq_encoder
import
Seq2SeqEncoder
from
combo.nn
import
RegularizerApplicator
from
combo.nn
import
utils
from
combo.nn.utils
import
get_text_field_mask
from
combo.predictors
import
Predictor
from
combo.utils
import
metrics
@Registry.register
(
"
semantic_multitask
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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