You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

run_config.yaml 1.2 kB

1234567891011121314151617181920212223242526272829303132
  1. # isolate cases in env, we can install different dependencies in each env.
  2. isolated: # test cases that may require excessive anmount of GPU memory, which will be executed in dedicagted process.
  3. - test_text_to_speech.py
  4. - test_multi_modal_embedding.py
  5. - test_ofa_tasks.py
  6. - test_video_summarization.py
  7. - test_dialog_modeling.py
  8. - test_csanmt_translation.py
  9. - test_image_super_resolution.py
  10. - test_easycv_trainer.py
  11. - test_segformer.py
  12. - test_segmentation_pipeline.py
  13. envs:
  14. default: # default env, case not in other env will in default, pytorch.
  15. dependencies: # requirement packages,pip install before test case run.
  16. - numpy>=1.20
  17. tensorflow1x: # cases excuted tensorflow1.x framework.
  18. requirements: # requirements files run before test case run.
  19. - tensorflow1x.txt
  20. dependencies: # requirement packages,pip install before test case run.
  21. - numpy==1.18.5
  22. tests:
  23. - test_text_to_speech.py
  24. - test_csanmt_translation.py
  25. - test_translation_trainer.py
  26. - test_ocr_detection.py
  27. - test_automatic_speech_recognition.py
  28. - test_image_matting.py
  29. - test_person_image_cartoon.py
  30. - test_skin_retouching.py
  31. - test_image_style_transfer.py