An open API service indexing awesome lists of open source software.

https://github.com/sharpiless/zskd-pytorch

Pytorch implement of Zero-shot Knowledge Distillation in Deep Neural Networks
https://github.com/sharpiless/zskd-pytorch

knowledge-distillation zero-data zero-shot-learning zskd

Last synced: about 2 months ago
JSON representation

Pytorch implement of Zero-shot Knowledge Distillation in Deep Neural Networks

Awesome Lists containing this project

README

          

# Zero-Shot Knowledge Distillation in Deep Networks Pytorch

| | | | |
|-------------------|--------|---------|---------------|
| Model | Method | Dataset | top1-accuracy |
| LeNet5-LeNet5Half | Paper | Mnist | 98.77 |
| LeNet5-LeNet5Half | Ours | Mnist | 96.98 |

# Usage

```bash
python main.py --dataset=mnist --lr=3.0 --t_train=False --num_sample=24000 --batch_size=100
```

# TO-DO

Hard to repruduce the results in paper. The paper author also does not reply.