Akjava commited on
Commit
278802e
·
verified ·
1 Parent(s): 5388af7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -80,7 +80,7 @@
80
  }
81
  function update_infer_bench1(){
82
  const avg = a.toFixedtotal_infer_time/count_infer
83
- const text = `Infer Count ${count_infer} avg infer-time ${avg.toFixed(2)} ms`);
84
  document.getElementById('result').innerText=text
85
  }
86
  function update_range(){
 
80
  }
81
  function update_infer_bench1(){
82
  const avg = a.toFixedtotal_infer_time/count_infer
83
+ const text = `Infer Count ${count_infer} avg infer-time ${avg.toFixed(2)} ms`;
84
  document.getElementById('result').innerText=text
85
  }
86
  function update_range(){