-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: on-the-fly data generation for regression test determinism (#260)
* CI on-the-fly data generation for regression tests * delete old reg test data * util_test.py option to create test data for specific git revision skip instead of fail regression tests if data not found register pytest markers in pytest.ini * use sha instead of branch name if on a detached HEAD fixed typo * CI: save model list util_test to ensure no model names leak from test to reference * CI: use marker instead of name filter to collect model names from pytest * CI: use manual revision for checkout action * util_test: avoid nested exception to make sure working tree is being restored on failure * cache venv with minor version specific python ensure durations file exists * only pop stash if changes were stashed * keep naming for env and durations cache the same Co-authored-by: Romain Beaumont <[email protected]>
- Loading branch information
Showing
100 changed files
with
198 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ wandb/ | |
models/ | ||
features/ | ||
results/ | ||
|
||
tests/data/ | ||
*.pt | ||
|
||
# Byte-compiled / optimized / DLL files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pytest] | ||
markers = | ||
regression_test |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.73 KB
tests/data/output/timm-efficientnetv2_rw_s_None_fp32_random_image.pt
Binary file not shown.
Binary file removed
BIN
-3.73 KB
tests/data/output/timm-efficientnetv2_rw_s_None_fp32_random_text.pt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.73 KB
tests/data/output/timm-swin_base_patch4_window7_224_None_fp32_random_image.pt
Binary file not shown.
Binary file removed
BIN
-2.73 KB
tests/data/output/timm-swin_base_patch4_window7_224_None_fp32_random_text.pt
Binary file not shown.
Binary file removed
BIN
-2.73 KB
tests/data/output/timm-vit_relpos_medium_patch16_cls_224_None_fp32_random_image.pt
Binary file not shown.
Binary file removed
BIN
-2.73 KB
tests/data/output/timm-vit_relpos_medium_patch16_cls_224_None_fp32_random_text.pt
Binary file not shown.
Binary file removed
BIN
-2.73 KB
tests/data/output/xlm-roberta-base-ViT-B-32_None_fp32_random_image.pt
Binary file not shown.
Binary file removed
BIN
-2.97 KB
tests/data/output/xlm-roberta-base-ViT-B-32_None_fp32_random_text.pt
Binary file not shown.
Binary file removed
BIN
-4.98 KB
tests/data/output/xlm-roberta-large-ViT-H-14_None_fp32_random_image.pt
Binary file not shown.
Binary file removed
BIN
-4.97 KB
tests/data/output/xlm-roberta-large-ViT-H-14_None_fp32_random_text.pt
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.