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) <noreply@anthropic.com>
This commit is contained in:
parent
ac630997c3
commit
00d11740eb
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1313,6 +1313,6 @@
|
|||
</article>
|
||||
</div>
|
||||
|
||||
<script src="/static/dashboard.js?v=44e715a3"></script>
|
||||
<script src="/static/dashboard.js?v=dfb4f3c5"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue