"tests/nn/vscode:/vscode.git/clone" did not exist on "bd7e25a5300762223fd762e7e63598db6be2ca48"
Commit bee1bbc2 authored by Toby Boyd's avatar Toby Boyd
Browse files

Bump valid max threshold to .94.

parent 725f65b6
......@@ -41,8 +41,8 @@ class ShakespeareBenchmarkBase(PerfZeroBenchmark):
flag_methods=[shakespeare_main.define_flags])
def _run_and_report_benchmark(self,
top_1_train_min=0.923,
top_1_train_max=0.93,
top_1_train_min=0.91,
top_1_train_max=0.94,
warmup=1,
log_steps=100):
"""Report benchmark results by writing to local protobuf file.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment