unfundedResearcher commited on
Commit
d6fdbd1
·
verified ·
1 Parent(s): 6d3c7a6

Upload summaries/summary_test.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. summaries/summary_test.json +33 -25
summaries/summary_test.json CHANGED
@@ -7,39 +7,55 @@
7
  "ovoxel_res": 256,
8
  "ss_resolution": 64,
9
  "total_builds": 10,
10
- "successful": 0,
11
- "failed": 10,
12
- "total_time_s": 3079.4,
13
- "avg_build_time_s": 0,
14
- "median_build_time_s": 0,
15
- "output_zip_mb": 0.0,
16
  "conv_backend": "flex_gemm",
17
  "gpu": "Tesla T4",
18
- "sample_results": [],
19
- "errors": [
20
  {
21
  "stem": "1-18-largehouse-b0b20b96",
22
- "error": "cannot access local variable 'z_ss' where it is not associated with a value"
23
- },
24
- {
25
- "stem": "109ecoastmiami-46b23dc7",
26
- "error": "Too many voxels: 868507 > 500000"
27
  },
28
  {
29
  "stem": "11cabovertruck-2da000b1",
30
- "error": "cannot access local variable 'z_ss' where it is not associated with a value"
 
 
 
31
  },
32
  {
33
  "stem": "11eusemitrailertruck-a6b03efa",
34
- "error": "cannot access local variable 'z_ss' where it is not associated with a value"
 
 
 
35
  },
36
  {
37
  "stem": "11ussemitrailertruck-638d5b1b",
38
- "error": "cannot access local variable 'z_ss' where it is not associated with a value"
 
 
 
39
  },
40
  {
41
  "stem": "1890trainstation-ec7c8c17",
42
- "error": "cannot access local variable 'z_ss' where it is not associated with a value"
 
 
 
 
 
 
 
 
 
43
  },
44
  {
45
  "stem": "1chunkwesternsaloon-9d09936c",
@@ -48,14 +64,6 @@
48
  {
49
  "stem": "1h1-51a3fbcb",
50
  "error": "Too many voxels: 581179 > 500000"
51
- },
52
- {
53
- "stem": "1strate6-392fd2ca",
54
- "error": "cannot access local variable 'z_ss' where it is not associated with a value"
55
- },
56
- {
57
- "stem": "2-1-fletcher-27dec509",
58
- "error": "cannot access local variable 'z_ss' where it is not associated with a value"
59
  }
60
  ]
61
  }
 
7
  "ovoxel_res": 256,
8
  "ss_resolution": 64,
9
  "total_builds": 10,
10
+ "successful": 7,
11
+ "failed": 3,
12
+ "total_time_s": 3116.5,
13
+ "avg_build_time_s": 281.54,
14
+ "median_build_time_s": 172.58,
15
+ "output_zip_mb": 3.0,
16
  "conv_backend": "flex_gemm",
17
  "gpu": "Tesla T4",
18
+ "sample_results": [
 
19
  {
20
  "stem": "1-18-largehouse-b0b20b96",
21
+ "n_voxels": 359055,
22
+ "n_latent_tokens": 768,
23
+ "latent_dim": 32,
24
+ "time_s": 1026.44
 
25
  },
26
  {
27
  "stem": "11cabovertruck-2da000b1",
28
+ "n_voxels": 206583,
29
+ "n_latent_tokens": 562,
30
+ "latent_dim": 32,
31
+ "time_s": 228.63
32
  },
33
  {
34
  "stem": "11eusemitrailertruck-a6b03efa",
35
+ "n_voxels": 79361,
36
+ "n_latent_tokens": 188,
37
+ "latent_dim": 32,
38
+ "time_s": 401.71
39
  },
40
  {
41
  "stem": "11ussemitrailertruck-638d5b1b",
42
+ "n_voxels": 58717,
43
+ "n_latent_tokens": 116,
44
+ "latent_dim": 32,
45
+ "time_s": 172.58
46
  },
47
  {
48
  "stem": "1890trainstation-ec7c8c17",
49
+ "n_voxels": 217468,
50
+ "n_latent_tokens": 432,
51
+ "latent_dim": 32,
52
+ "time_s": 138.29
53
+ }
54
+ ],
55
+ "errors": [
56
+ {
57
+ "stem": "109ecoastmiami-46b23dc7",
58
+ "error": "Too many voxels: 868507 > 500000"
59
  },
60
  {
61
  "stem": "1chunkwesternsaloon-9d09936c",
 
64
  {
65
  "stem": "1h1-51a3fbcb",
66
  "error": "Too many voxels: 581179 > 500000"
 
 
 
 
 
 
 
 
67
  }
68
  ]
69
  }