From 00d11740eb5d1fab5915db0f1c895790b2420c33 Mon Sep 17 00:00:00 2001 From: Max Gorog Date: Fri, 8 May 2026 16:59:04 -0500 Subject: [PATCH] live demo: drop elliott-lab from inference host list It contributed no training data, so the A100 wouldn't be running inference on its windows. Only hosts that actually produced data (elliott-thinkpad, k-gamingcom) should appear as the source of synthetic predictions in the live scene. Co-Authored-By: Claude Opus 4.7 (1M context) --- training/dashboard/static/dashboard.js | 5 ++++- training/dashboard/static/index.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/training/dashboard/static/dashboard.js b/training/dashboard/static/dashboard.js index 96f5935..6c9b1f0 100644 --- a/training/dashboard/static/dashboard.js +++ b/training/dashboard/static/dashboard.js @@ -2268,7 +2268,10 @@ def train_nn(*, model, X_train, y_train, X_val, y_val, { name: 'lstm', acc: 0.93, latMs: 3.2, phaseIdx: 2 }, { name: 'bert', acc: 0.95, latMs: 8.6, phaseIdx: 0 }, ]; - const HOSTS = ['elliott-lab', 'elliott-thinkpad', 'k-gamingcom']; + // Only hosts that actually contributed training data — elliott-lab + // produced none, so it should never be the source of an inference + // window in the live scene. + const HOSTS = ['elliott-thinkpad', 'k-gamingcom']; const PROFILES = ['cpu-saturate', 'ransomware-lite', 'bursty-c2', 'fork-bomb', 'crypto-miner']; const PHASES = ['clean', 'armed', 'infecting', 'infected_running', 'dormant']; let counter = 0; diff --git a/training/dashboard/static/index.html b/training/dashboard/static/index.html index 4f3c5a4..bf6c718 100644 --- a/training/dashboard/static/index.html +++ b/training/dashboard/static/index.html @@ -1313,6 +1313,6 @@ - +