Skip to content

Commit

Permalink
re-enable hpo tests (open-mmlab#1974)
Browse files Browse the repository at this point in the history
Co-authored-by: Weisu Yin <[email protected]>
  • Loading branch information
Weisu Yin and yinweisu authored Jul 20, 2022
1 parent 020da0a commit f54cea3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions multimodal/tests/unittests/test_hpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
from utils import get_home_dir
from test_predictor import verify_predictor_save_load

pytest.skip(
"HPO testing fails due to RuntimeError: CUDA error: out of memory, "
"but the GPU memory usage is low. Something seems wrong with ray. "
"Need to investigate the reasons. Skip the tests for now.",
allow_module_level=True
)


@pytest.mark.parametrize("searcher", list(SEARCHER_PRESETS.keys()))
@pytest.mark.parametrize("scheduler", list(SCHEDULER_PRESETS.keys()))
Expand Down

0 comments on commit f54cea3

Please sign in to comment.