Bayesian-Compression-for-Deep-Learning icon indicating copy to clipboard operation
Bayesian-Compression-for-Deep-Learning copied to clipboard

Remplementation of paper https://arxiv.org/abs/1705.08665

Results 1 Bayesian-Compression-for-Deep-Learning issues
Sort by recently updated
recently updated
newest added

It is ok for small scale models like MLP/LeNet5. However, when it comes to vgg16/ resnet18, it will always produce nan loss. The model structure configuration is below: `cfg =...