Skip to content

Commit

Permalink
Remove skip for some input shapes for GPU AdjustHue
Browse files Browse the repository at this point in the history
The fix has implemented.  Enable back the test.
  • Loading branch information
clee30 committed Oct 3, 2024
1 parent dc474b2 commit f6dfa0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/layer_tests/tensorflow_tests/test_tf_AdjustHue.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ def create_adjust_hue_net(self, input_shape, input_type, special_case):
def test_adjust_hue_basic(self, input_shape, input_type, special_case,
ie_device, precision, ir_version, temp_dir,
use_legacy_frontend):
if ie_device == 'GPU' and (input_shape == [2, 4, 4, 3] or input_shape == [3, 4, 12, 12, 3]):
pytest.skip('150766: Accuracy issue on GPU')
self._test(*self.create_adjust_hue_net(input_shape, input_type, special_case),
ie_device, precision, ir_version, temp_dir=temp_dir,
use_legacy_frontend=use_legacy_frontend)

0 comments on commit f6dfa0e

Please sign in to comment.