Add SuperTransformerEncoder

This commit is contained in:
D-X-Y
2021-03-20 22:28:23 +08:00
parent e023a53c75
commit 32900797eb
11 changed files with 524 additions and 125 deletions

View File

@@ -40,6 +40,7 @@ jobs:
- name: Test Search Space
run: |
python -m pip install pytest numpy
python -m pip install parameterized
echo $PWD
echo "Show what we have here:"
ls

View File

@@ -27,6 +27,7 @@ jobs:
- name: Test Super Model
run: |
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
shell: bash