Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamo-naoyuki committed May 12, 2022
1 parent b7cfdd9 commit 7d52422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/espnet2/train/test_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_register(weight1, weight2):
desired[k] /= weight1 + weight2

for k1, k2 in reporter.get_all_keys():
if k2 in ("time", "total_count"):
if k2 in ("time", "total_count", "gpu_max_cached_mem_GB", "gpu_cached_mem_GB"):
continue
np.testing.assert_allclose(reporter.get_value(k1, k2), desired[k2])

Expand Down

0 comments on commit 7d52422

Please sign in to comment.