Add SuperSequential

This commit is contained in:
D-X-Y
2021-03-21 13:26:52 +08:00
parent 32900797eb
commit 033878becb
7 changed files with 189 additions and 2 deletions

View File

@@ -29,5 +29,5 @@ jobs:
python -m pip install pytest numpy
python -m pip install parameterized
python -m pip install torch torchvision torchaudio
python -m pytest ./tests/test_super_model.py -s
python -m pytest ./tests/test_super_*.py -s
shell: bash