Skip to content

Commit

Permalink
removed dependencies between sanity tests and updated yaml with varia…
Browse files Browse the repository at this point in the history
…ble setup (#880)
  • Loading branch information
shaydeci committed May 2, 2023
1 parent 7e9a854 commit 6e89982
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -727,24 +727,14 @@ workflows:
- recipe_sanity_tests_classification_pt1:
<<: *release_tag_filter
- recipe_sanity_tests_classification_pt2:
requires:
- recipe_sanity_tests_classification_pt1
<<: *release_tag_filter
- recipe_sanity_tests_segmentation:
requires:
- recipe_sanity_tests_classification_pt2
<<: *release_tag_filter
- recipe_sanity_tests_detection:
requires:
- recipe_sanity_tests_segmentation
<<: *release_tag_filter
- recipe_sanity_tests_pose_estimation:
requires:
- recipe_sanity_tests_detection
<<: *release_tag_filter
- recipe_accuracy_tests:
requires:
- recipe_sanity_tests_pose_estimation
<<: *release_tag_filter
- release_version:
py_version: "3.7"
Expand Down
1 change: 1 addition & 0 deletions src/super_gradients/recipes/cityscapes_stdc_seg75.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ defaults:
- dataset_params: cityscapes_stdc_seg75_dataset_params
- checkpoint_params: default_checkpoint_params
- _self_
- variable_setup

train_dataloader: cityscapes_train
val_dataloader: cityscapes_val
Expand Down

0 comments on commit 6e89982

Please sign in to comment.