Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
20
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
2
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
Syntactic Tools
combo
Commits
a7dfecab
Commit
a7dfecab
authored
4 years ago
by
Mateusz Klimaszewski
Browse files
Options
Downloads
Patches
Plain Diff
Add seeds to configs.
parent
2aa41eba
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!15
Merge develop to master
,
!14
Install and docs
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config.graph.template.jsonnet
+3
-0
3 additions, 0 deletions
config.graph.template.jsonnet
config.template.jsonnet
+3
-0
3 additions, 0 deletions
config.template.jsonnet
with
6 additions
and
0 deletions
config.graph.template.jsonnet
+
3
−
0
View file @
a7dfecab
...
...
@@ -419,4 +419,7 @@ assert pretrained_tokens == null || pretrained_transformer_name == null: "Can't
},
validation_metric
:
"+EM"
,
}),
random_seed
:
8787
,
pytorch_seed
:
8787
,
numpy_seed
:
8787
,
}
This diff is collapsed.
Click to expand it.
config.template.jsonnet
+
3
−
0
View file @
a7dfecab
...
...
@@ -386,4 +386,7 @@ assert pretrained_tokens == null || pretrained_transformer_name == null: "Can't
},
validation_metric
:
"+EM"
,
}),
random_seed
:
8787
,
pytorch_seed
:
8787
,
numpy_seed
:
8787
,
}
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