megvii-research / mdistiller

The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distillation-Oriented Trainer https://openaccess.thecvf.com/content/ICCV2023/papers/Zhao_DOT_A_Distillation-Oriented_Trainer_ICCV_2023_paper.pdf
808 stars 123 forks source link

Training on CIFAR-100 #35

Closed Aukk123 closed 1 year ago

Aukk123 commented 1 year ago

when i training on CIFAR-100,it will post " RuntimeError: Numpy is not available",why?

Zzzzz1 commented 1 year ago

It seems like numpy is missing.

pip3 install numpy --user