Update app3.py
Browse files
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:
|