Add the SuperMLP class

This commit is contained in:
D-X-Y
2021-03-19 03:22:58 -07:00
parent 51c626c96d
commit 31b8122cc1
6 changed files with 195 additions and 53 deletions

View File

@@ -96,7 +96,8 @@ Some methods use knowledge distillation (KD), which require pre-trained models.
Please use
```
git clone --recurse-submodules git@github.com:D-X-Y/AutoDL-Projects.git
git clone --recurse-submodules git@github.com:D-X-Y/AutoDL-Projects.git XAutoDL
git clone --recurse-submodules https://github.com/D-X-Y/AutoDL-Projects.git XAutoDL
```
to download this repo with submodules.