This commit is contained in:
D-X-Y
2019-02-01 01:27:38 +11:00
commit 13e908f4df
104 changed files with 102494 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# GDAS
By Xuanyi Dong and Yi Yang
University of Technology Sydney
Requirements
- PyTorch 1.0
- Python 3.6
```
conda install pytorch torchvision cuda100 -c pytorch
```
## Algorithm
Searching CNNs
```
```