Skip to content

Commit

Permalink
Drop ResNet accuracy due to CI variance on AMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndryden committed Nov 9, 2023
1 parent cbf7757 commit 359d281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_test/integration_tests/test_integration_resnet50.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'num_nodes': 2,
'num_epochs': 3,
'mini_batch_size': 256,
'expected_train_accuracy_range': (3, 4.25), # BVE increased upper limit from 4.1 10/28
'expected_train_accuracy_range': (2.75, 4.25), # Decreased lower limit from 3.0 to 2.75 due to variance
'expected_test_accuracy_range': (1.5, 2.11), # BVE increased upper limit from 2.1 10/28
'fraction_of_data_to_use': imagenet_fraction * 0.01,
'expected_mini_batch_times': {
Expand Down

0 comments on commit 359d281

Please sign in to comment.