"...resnet50_tensorflow.git" did not exist on "76145d748626f8ef426c5726d8276d461810a129"
Commit 6fa85d83 authored by Paul's avatar Paul
Browse files

Skip some lines

parent 9db9f4e0
...@@ -38,6 +38,8 @@ def benchmark_one(config, tuning): ...@@ -38,6 +38,8 @@ def benchmark_one(config, tuning):
s = line.strip() s = line.strip()
if not s: if not s:
continue continue
if not ',' in s:
continue
fields = s.split(',') fields = s.split(',')
dtime = fields[-1].strip() dtime = fields[-1].strip()
print(dtime) print(dtime)
......
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