Spaces:
Runtime error
Runtime error
robot-bengali-2
commited on
Commit
•
950900c
1
Parent(s):
edcba35
Show plots from aux peer on nora (instead of bert-a100-2)
Browse files
dashboard_utils/main_metrics.py
CHANGED
@@ -7,7 +7,6 @@ import wandb
|
|
7 |
|
8 |
from dashboard_utils.time_tracker import _log, simple_time_tracker
|
9 |
|
10 |
-
WANDB_REPO = "learning-at-home/dalle-hivemind"
|
11 |
CACHE_TTL = 120 # note: in the text, we claim that this plot is updated every few minutes
|
12 |
|
13 |
|
@@ -16,8 +15,7 @@ CACHE_TTL = 120 # note: in the text, we claim that this plot is updated every f
|
|
16 |
def get_main_metrics():
|
17 |
wandb.login(anonymous="must")
|
18 |
api = wandb.Api()
|
19 |
-
|
20 |
-
run = runs[0]
|
21 |
history = run.history(keys=["step", "loss", "alive peers", "_timestamp"])
|
22 |
|
23 |
steps = []
|
|
|
7 |
|
8 |
from dashboard_utils.time_tracker import _log, simple_time_tracker
|
9 |
|
|
|
10 |
CACHE_TTL = 120 # note: in the text, we claim that this plot is updated every few minutes
|
11 |
|
12 |
|
|
|
15 |
def get_main_metrics():
|
16 |
wandb.login(anonymous="must")
|
17 |
api = wandb.Api()
|
18 |
+
run = api.run('learning-at-home/dalle-hivemind/runs/3l7q56ht')
|
|
|
19 |
history = run.history(keys=["step", "loss", "alive peers", "_timestamp"])
|
20 |
|
21 |
steps = []
|