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
2affeb29
Unverified
Commit
2affeb29
authored
Jun 22, 2021
by
Stefan Schweter
Committed by
GitHub
Jun 22, 2021
Browse files
trainer_tf: adjust wandb installation command (#12291)
parent
af6e01c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/trainer_tf.py
src/transformers/trainer_tf.py
+1
-1
No files found.
src/transformers/trainer_tf.py
View file @
2affeb29
...
@@ -115,7 +115,7 @@ class TFTrainer:
...
@@ -115,7 +115,7 @@ class TFTrainer:
elif
os
.
getenv
(
"WANDB_DISABLED"
,
""
).
upper
()
not
in
ENV_VARS_TRUE_VALUES
:
elif
os
.
getenv
(
"WANDB_DISABLED"
,
""
).
upper
()
not
in
ENV_VARS_TRUE_VALUES
:
logger
.
info
(
logger
.
info
(
"You are instantiating a Trainer but W&B is not installed. To use wandb logging, "
"You are instantiating a Trainer but W&B is not installed. To use wandb logging, "
"run `pip install wandb
;
wandb login` see https://docs.wandb.com/huggingface."
"run `pip install wandb
&&
wandb login` see https://docs.wandb.com/huggingface."
)
)
if
is_comet_available
():
if
is_comet_available
():
...
...
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