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
8163baab
Commit
8163baab
authored
Nov 01, 2018
by
Tim Rault
Browse files
Convert indentation from 2 spaces to 4 spaces
parent
555b7d66
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1684 additions
and
1685 deletions
+1684
-1685
create_pretraining_data.py
create_pretraining_data.py
+312
-312
extract_features.py
extract_features.py
+289
-289
modeling.py
modeling.py
+840
-840
modeling_test.py
modeling_test.py
+243
-244
No files found.
create_pretraining_data.py
View file @
8163baab
extract_features.py
View file @
8163baab
modeling.py
View file @
8163baab
modeling_test.py
View file @
8163baab
...
@@ -27,7 +27,6 @@ import tensorflow as tf
...
@@ -27,7 +27,6 @@ import tensorflow as tf
class
BertModelTest
(
tf
.
test
.
TestCase
):
class
BertModelTest
(
tf
.
test
.
TestCase
):
class
BertModelTester
(
object
):
class
BertModelTester
(
object
):
def
__init__
(
self
,
def
__init__
(
self
,
...
...
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