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 2.3 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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 or run long time, 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. - test_image_inpainting.py
  14. - test_mglm_text_summarization.py
  15. - test_team_transfer_trainer.py
  16. - test_image_denoise_trainer.py
  17. - test_dialog_intent_trainer.py
  18. - test_finetune_mplug.py
  19. - test_image_instance_segmentation_trainer.py
  20. - test_image_portrait_enhancement_trainer.py
  21. - test_translation_trainer.py
  22. - test_unifold.py
  23. - test_automatic_post_editing.py
  24. - test_mplug_tasks.py
  25. - test_movie_scene_segmentation.py
  26. - test_body_3d_keypoints.py
  27. - test_finetune_text_generation.py
  28. - test_clip_trainer.py
  29. - test_ofa_trainer.py
  30. - test_fill_mask.py
  31. - test_hand_2d_keypoints.py
  32. - test_referring_video_object_segmentation.py
  33. - test_easycv_trainer_hand_2d_keypoints.py
  34. - test_card_detection_scrfd_trainer.py
  35. - test_referring_video_object_segmentation_trainer.py
  36. - test_person_image_cartoon.py
  37. - test_image_style_transfer.py
  38. - test_ocr_detection.py
  39. - test_automatic_speech_recognition.py
  40. - test_image_matting.py
  41. - test_skin_retouching.py
  42. - test_table_recognition.py
  43. envs:
  44. default: # default env, case not in other env will in default, pytorch.
  45. dependencies: # requirement packages,pip install before test case run.
  46. - numpy>=1.20
  47. tensorflow1x: # cases excuted tensorflow1.x framework.
  48. requirements: # requirements files run before test case run.
  49. - tensorflow1x.txt
  50. dependencies: # requirement packages,pip install before test case run.
  51. - numpy==1.18.5
  52. tests:
  53. - test_text_to_speech.py
  54. - test_csanmt_translation.py
  55. - test_translation_trainer.py
  56. - test_ocr_detection.py
  57. - test_automatic_speech_recognition.py
  58. - test_image_matting.py
  59. - test_person_image_cartoon.py
  60. - test_skin_retouching.py
  61. - test_image_style_transfer.py