1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
{
"audit_status": "passed",
"complete_registry": true,
"failure_retaining": true,
"num_audited_cells": 3,
"num_expected_cells": 3,
"num_finite_cells": 0,
"records": [
{
"architecture": "resnet56",
"depth": 56,
"final_validation_accuracy": 0.1,
"final_validation_loss": null,
"finite": false,
"first_nonfinite_step": null,
"peak_memory_allocated_bytes": 3262279680,
"status": "completed",
"total_wall_seconds": 8074.125160694122
},
{
"architecture": "resnet32",
"depth": 32,
"final_validation_accuracy": 0.1,
"final_validation_loss": null,
"finite": false,
"first_nonfinite_step": null,
"peak_memory_allocated_bytes": 2328666112,
"status": "completed",
"total_wall_seconds": 4973.364273548126
},
{
"architecture": "resnet20",
"depth": 20,
"final_validation_accuracy": 0.1,
"final_validation_loss": null,
"finite": false,
"first_nonfinite_step": null,
"peak_memory_allocated_bytes": 2013018112,
"status": "completed",
"total_wall_seconds": 3057.690116405487
}
],
"stage": "raw_kp_traffic_scaling_r1",
"test_policy": "none"
}
|