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
762416ff
Unverified
Commit
762416ff
authored
Jan 13, 2022
by
Stas Bekman
Committed by
GitHub
Jan 13, 2022
Browse files
[examples/flax/language-modeling] set loglevel (#15129)
parent
74837171
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/flax/language-modeling/run_mlm_flax.py
examples/flax/language-modeling/run_mlm_flax.py
+1
-1
examples/flax/language-modeling/run_t5_mlm_flax.py
examples/flax/language-modeling/run_t5_mlm_flax.py
+1
-1
No files found.
examples/flax/language-modeling/run_mlm_flax.py
View file @
762416ff
...
...
@@ -362,7 +362,7 @@ def main():
# Setup logging
logging
.
basicConfig
(
format
=
"%(asctime)s - %(levelname)s - %(name)s - %(message)s"
,
level
=
"NOTSET"
,
level
=
logging
.
INFO
,
datefmt
=
"[%X]"
,
)
...
...
examples/flax/language-modeling/run_t5_mlm_flax.py
View file @
762416ff
...
...
@@ -492,7 +492,7 @@ def main():
# Setup logging
logging
.
basicConfig
(
format
=
"%(asctime)s - %(levelname)s - %(name)s - %(message)s"
,
level
=
"NOTSET"
,
level
=
logging
.
INFO
,
datefmt
=
"[%X]"
,
)
...
...
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