-
- Downloads
Revert "Cifar models: remove explicit parameters initialization"
Said commit was wrong: the default inializations in pytorch are not the same as in our code. For example, the default convolution weight initialization uses Kaiming-uniform, while we used Kaiming-normal. For backward comparability of the model behavior, we need to revert to the old behavior. This reverts commit 6913687f.
Showing
- distiller/models/cifar10/plain_cifar.py 8 additions, 0 deletionsdistiller/models/cifar10/plain_cifar.py
- distiller/models/cifar10/preresnet_cifar.py 8 additions, 0 deletionsdistiller/models/cifar10/preresnet_cifar.py
- distiller/models/cifar10/resnet_cifar.py 9 additions, 0 deletionsdistiller/models/cifar10/resnet_cifar.py
- distiller/models/cifar10/vgg_cifar.py 16 additions, 1 deletiondistiller/models/cifar10/vgg_cifar.py
Please register or sign in to comment