README.md
setup.cfg
setup.py
dsp/__init__.py
dsp.egg-info/PKG-INFO
dsp.egg-info/SOURCES.txt
dsp.egg-info/dependency_links.txt
dsp.egg-info/not-zip-safe
dsp.egg-info/requires.txt
dsp.egg-info/top_level.txt
dsp/dataset/__init__.py
dsp/dataset/cifar100.py
dsp/dataset/imagenet.py
dsp/distiller_zoo/AB.py
dsp/distiller_zoo/AT.py
dsp/distiller_zoo/CC.py
dsp/distiller_zoo/FSP.py
dsp/distiller_zoo/FT.py
dsp/distiller_zoo/FitNet.py
dsp/distiller_zoo/KD.py
dsp/distiller_zoo/KDSVD.py
dsp/distiller_zoo/NST.py
dsp/distiller_zoo/PKT.py
dsp/distiller_zoo/RKD.py
dsp/distiller_zoo/SP.py
dsp/distiller_zoo/VID.py
dsp/distiller_zoo/__init__.py
dsp/helper/__init__.py
dsp/helper/loops.py
dsp/helper/pretrain.py
dsp/helper/util.py
dsp/helper/utils/__init__.py
dsp/helper/utils/flop_benchmark.py
dsp/helper/utils/latency_benchmark.py
dsp/models/ShuffleNetv1.py
dsp/models/ShuffleNetv2.py
dsp/models/__init__.py
dsp/models/cifar_resnet.py
dsp/models/classifier.py
dsp/models/init_utils.py
dsp/models/initializers.py
dsp/models/mobilenetv2.py
dsp/models/resnet.py
dsp/models/resnet_224.py
dsp/models/resnetv2.py
dsp/models/util.py
dsp/models/vgg.py
dsp/models/wrn.py
dsp/sparselearning/__init__.py
dsp/sparselearning/core.py
dsp/sparselearning/core_reini.py
dsp/sparselearning/funcs.py
dsp/sparselearning/models.py
dsp/sparselearning/snip.py
dsp/sparselearning/utils.py
dsp/teacher/ShuffleNetv1.py
dsp/teacher/ShuffleNetv2.py
dsp/teacher/__init__.py
dsp/teacher/classifier.py
dsp/teacher/mobilenetv2.py
dsp/teacher/resnet.py
dsp/teacher/resnetv2.py
dsp/teacher/util.py
dsp/teacher/vgg.py
dsp/teacher/wrn.py