Automatic Speech Recognition
Transformers
4 languages
whisper
whisper-event
Generated from Trainer
Inference Endpoints
marinone94 commited on
Commit
4e6639e
1 Parent(s): a254b8a

login wandb

Browse files
run_speech_recognition_seq2seq_streaming.py CHANGED
@@ -92,8 +92,8 @@ if hf_token is not None:
92
  else:
93
  logger.warning("Huggingface API key not set, relying on ~/.huggingface/token")
94
 
95
- # wandb.login(key=wandb_token, relogin=True, timeout=5)
96
- # wandb.init(project="whisper", entity="pn-aa")
97
 
98
  logger.info("Wandb API key set, logging to wandb")
99
 
 
92
  else:
93
  logger.warning("Huggingface API key not set, relying on ~/.huggingface/token")
94
 
95
+ wandb.login(key=wandb_token, relogin=True, timeout=5)
96
+ wandb.init(project="whisper", entity="pn-aa")
97
 
98
  logger.info("Wandb API key set, logging to wandb")
99