File size: 3,038 Bytes
0e6e2e7 | 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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | {
"gpu": "NVIDIA L4",
"device": "cuda",
"config": {
"n_pack": 2000000,
"n_cov": 2000000,
"d": 6,
"alphas": "0.8,0.7,0.5",
"eps": 1.0,
"delta": 1e-06,
"beta": 0.1,
"V": 1.0,
"max_iters": null,
"seed": 0,
"out": "/tmp/gpu_alg4.json",
"repo": "txus/private-positive-lp-repro",
"alg4": true,
"skip_alg3": true
},
"runs": [
{
"algorithm": 4,
"n_p": 2000000,
"n_c": 2000000,
"n": 4000000,
"d": 6,
"alpha": 0.8,
"T_theory": 1337,
"T_run": 1337,
"iters_capped": false,
"s_bound": 134845.37920823935,
"s_over_n": 0.03371134480205984,
"s_vacuous": false,
"eps_prime": 0.0018394620292104414,
"n_filtered_by_maxestimator": 0,
"Mj": [
1.600000023841858,
1.600000023841858,
1.600000023841858,
1.600000023841858,
1.600000023841858,
1.600000023841858
],
"n_scale_candidates": 30,
"scale_em_error_bound": 6201.576839169022,
"scale_em_vacuous": false,
"violations_best_scale": 0,
"violations_private_scale": 1,
"violations_le_s_private": true,
"seconds": 9.588783979415894,
"device": "cuda",
"gpu": "NVIDIA L4"
},
{
"algorithm": 4,
"n_p": 2000000,
"n_c": 2000000,
"n": 4000000,
"d": 6,
"alpha": 0.7,
"T_theory": 2280,
"T_run": 2280,
"iters_capped": false,
"s_bound": 314662.17315761605,
"s_over_n": 0.07866554328940402,
"s_vacuous": false,
"eps_prime": 0.001408604610514893,
"n_filtered_by_maxestimator": 0,
"Mj": [
1.600000023841858,
1.600000023841858,
1.600000023841858,
1.600000023841858,
1.600000023841858,
1.600000023841858
],
"n_scale_candidates": 34,
"scale_em_error_bound": 8276.198435299157,
"scale_em_vacuous": false,
"violations_best_scale": 0,
"violations_private_scale": 0,
"violations_le_s_private": true,
"seconds": 15.988089323043823,
"device": "cuda",
"gpu": "NVIDIA L4"
},
{
"algorithm": 4,
"n_p": 2000000,
"n_c": 2000000,
"n": 4000000,
"d": 6,
"alpha": 0.5,
"T_theory": 8757,
"T_run": 8757,
"iters_capped": false,
"s_bound": 2638851.565325559,
"s_over_n": 0.6597128913313898,
"s_vacuous": false,
"eps_prime": 0.0007187516533174399,
"n_filtered_by_maxestimator": 0,
"Mj": [
1.600000023841858,
1.600000023841858,
1.600000023841858,
1.600000023841858,
1.600000023841858,
1.600000023841858
],
"n_scale_candidates": 48,
"scale_em_error_bound": 17179.191546439193,
"scale_em_vacuous": false,
"violations_best_scale": 0,
"violations_private_scale": 0,
"violations_le_s_private": true,
"seconds": 63.335432052612305,
"device": "cuda",
"gpu": "NVIDIA L4"
}
]
} |