Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
bf3dc778
Commit
bf3dc778
authored
Aug 28, 2019
by
LysandreJik
Browse files
Changed learning rate for run_squad test
parent
0a74c88a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/test_examples.py
examples/test_examples.py
+1
-1
No files found.
examples/test_examples.py
View file @
bf3dc778
...
...
@@ -81,7 +81,7 @@ class ExamplesTests(unittest.TestCase):
"--do_train"
,
"--do_eval"
,
"--version_2_with_negative"
,
"--learning_rate=
1
e-4"
,
"--learning_rate=
2
e-4"
,
"--per_gpu_train_batch_size=2"
,
"--per_gpu_eval_batch_size=1"
,
"--overwrite_output_dir"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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