Reformulate the synthetic codes

This commit is contained in:
D-X-Y
2021-04-22 23:08:43 +08:00
parent 78ca90459c
commit 731458f890
11 changed files with 568 additions and 362 deletions

View File

@@ -56,5 +56,5 @@ jobs:
python -m pip install parameterized
python -m pip install torch torchvision
python --version
python -m pytest ./tests/test_synthetic.py -s
python -m pytest ./tests/test_synthetic*.py -s
shell: bash