Skip to content

Commit

Permalink
Update benchmark_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjscience committed Aug 10, 2020
1 parent 44f9c8b commit fdd9df5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/benchmarks/benchmark_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,6 @@ def run(self):
batch_size,
sequence_length)
except Exception as e:
raise e
train_time = np.nan
train_memory = np.nan
train_result[model_name][workload] = (train_time, train_memory)
Expand Down

0 comments on commit fdd9df5

Please sign in to comment.