Tutorial_BayesianCompressionForDL
Tutorial_BayesianCompressionForDL copied to clipboard
A tutorial on "Bayesian Compression for Deep Learning" published at NIPS (2017).
Results
3
Tutorial_BayesianCompressionForDL 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...
Hi author Thanks for sharing the code. I am pretty interested in this work. When I am testing the compression LeNet, it raises "dimension not match" error. Could you share...