Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# MEAL: Multi-Model Ensemble via Adversarial Learning

This is the official `PyTorch` implementation for paper:

**[MEAL: Multi-Model Ensemble via Adversarial Learning](https://arxiv.org/abs/1812.02425)** (AAAI 2019, **Oral**).
Expand All @@ -24,7 +22,7 @@ If you find this helps your research, please cite:
- download pre-trained teachers (on CIFAR-10):
```bash
sh ./scripts/download_pretrained_models.sh
```
```
(You can also manually download them [here](https://drive.google.com/open?id=12bVZFoFFAYYTGGXzMBDnnfwD1lJBxZY9).)
- for single MEAL like `teacher: vgg, student: vgg`:
```bash
Expand Down