Refine lib -> xautodl

This commit is contained in:
D-X-Y
2021-05-19 08:10:42 +00:00
parent bd407ac4dc
commit 1c6c3e7166
12 changed files with 83 additions and 53 deletions

View File

@@ -35,3 +35,8 @@ jobs:
python -m pip install torch torchvision
python -m pytest ./tests/test_super_*.py
shell: bash
- name: Test TAS (NeurIPS 2019)
run: |
python -m pytest ./tests/test_tas.py
shell: bash