You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cost section runtime inconsistency and feature card label
- Updated cost section from 4.2s to 5.3s for 2M-node runtime
(matching the updated 256-dim benchmark data for roadNet)
- Changed feature card heading from "Built-in Classifiers" to
"MLP Classifier" for specificity
- Scale factor already corrected: 0.111s to 5.3s (~48x)
<p>MLP classifier and Label Propagation included — pure numpy/scipy, no PyTorch, no GPU. Evaluate embedding quality directly without external dependencies.</p>
@@ -896,7 +896,7 @@ <h2>The Real Cost Per Embedding Job</h2>
896
896
</div>
897
897
<divclass="cost-takeaway scroll-reveal">
898
898
<divclass="cost-takeaway-stat"><$0.02</div>
899
-
<divclass="cost-takeaway-text">to embed 2M nodes on the CPU machine (4.2 seconds at $13.10/hr). GPU methods need a $40.45/hr machine — <em>and</em> Cleora gives you more addressable memory (1 TB vs 640 GB VRAM). As your graph outgrows GPU VRAM, Cleora keeps running. GPU methods fail.</div>
899
+
<divclass="cost-takeaway-text">to embed 2M nodes on the CPU machine (5.3 seconds at $13.10/hr). GPU methods need a $40.45/hr machine — <em>and</em> Cleora gives you more addressable memory (1 TB vs 640 GB VRAM). As your graph outgrows GPU VRAM, Cleora keeps running. GPU methods fail.</div>
0 commit comments