We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa9411 commit cc575c6Copy full SHA for cc575c6
experiments/nesy/run.py
@@ -12,7 +12,7 @@
12
def print_results(results):
13
for k, v in results.items():
14
v = np.array(v) * 1000 # convert to ms
15
- print(f"{k}: {np.mean(v):.2f} \pm {np.std(v):.2f}")
+ print(f"{k}: {np.mean(v):.2f} \\pm {np.std(v):.2f}")
16
17
18
def main(batch_size):
0 commit comments