mrshravan commited on
Commit
29a9a08
·
verified ·
1 Parent(s): 0dca4d7

Upload benchmarks/streaming_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. benchmarks/streaming_results.json +32 -0
benchmarks/streaming_results.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "n_context_units": 256,
4
+ "n_features": 10,
5
+ "T_pre": 20,
6
+ "T_post": 10,
7
+ "n_trials": 50,
8
+ "device": "cuda:0",
9
+ "model_path": "/root/anofy/dist/tcpfn/outputs/temporal/final.pt"
10
+ },
11
+ "full_recompute_ms": {
12
+ "mean": 128.72119907289743,
13
+ "std": 65.49611700995584
14
+ },
15
+ "streaming_ms": {
16
+ "mean": 133.04965000599623,
17
+ "std": 78.01018132522776
18
+ },
19
+ "speedup": 0.9674674008319171,
20
+ "machine": {
21
+ "timestamp": "2026-04-09T04:54:18.901890+00:00",
22
+ "hostname": "7aa1a49e1d2f",
23
+ "platform": "Linux-6.8.0-106-generic-x86_64-with-glibc2.39",
24
+ "python": "3.12.13",
25
+ "cpu": "x86_64",
26
+ "cpu_count": 384,
27
+ "torch_version": "2.10.0+cu130",
28
+ "gpu": "NVIDIA GeForce RTX 5090",
29
+ "gpu_count": 1,
30
+ "ram_gb": 540.5
31
+ }
32
+ }