Skip to content

Commit

Permalink
Update test in light of wala#136.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jan 31, 2024
1 parent 8d8fde5 commit 3031da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public void testTf2()
testTf2("tf2_test_add5.py", "f", 1, 1, 2);
testTf2("tf2_test_add6.py", "f", 1, 1, 2);
testTf2("multigpu_training.py", "run_optimization", 2, 4, 2, 3);
testTf2("multigpu_training.py", "average_gradients", 1, 1, 2);
testTf2("multigpu_training.py", "average_gradients", 0, 0); // NOTE: Change to 1, 1, 2 once https://github.com/wala/ML/issues/136 is fixed.
testTf2("tf2_test_reduce_mean.py", "f", 1, 1, 2);
testTf2("tf2_test_reduce_mean.py", "g", 1, 1, 2);
testTf2("tf2_test_reduce_mean.py", "h", 1, 1, 2);
Expand Down

0 comments on commit 3031da5

Please sign in to comment.