Add SuperTransformerEncoder
This commit is contained in:
1
.github/workflows/basic_test.yml
vendored
1
.github/workflows/basic_test.yml
vendored
@@ -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
|
||||
|
1
.github/workflows/super_model_test.yml
vendored
1
.github/workflows/super_model_test.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user