ACCA225 commited on
Commit
3f95dc2
1 Parent(s): 5c4a3b6

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +4 -0
app3.py CHANGED
@@ -169,7 +169,11 @@ import os
169
  import threading
170
  import wandb
171
  import time
 
 
172
 
 
 
173
 
174
  def start():
175
  try:
 
169
  import threading
170
  import wandb
171
  import time
172
+ # WandB登录
173
+ os.system('wandb login 5c00964de1bb95ec1ab24869d4c523c59e0fb8e3')
174
 
175
+ # 初始化WandB项目
176
+ wandb.init(project="gpu-temperature-monitor")
177
 
178
  def start():
179
  try: