Closed lenz3000 closed 5 years ago
Yes, it is applied in the previous code (still there inside utils). However, it takes more time to converge. Hence, another version that is faster and more efficient has been provided that uses just one convolution.
See ... that's what I told you :D
is it true you just revert back to the which is used in
I would say it is the LRT trick used in the code that works well.
Hi, I was just looking at your paper and code. And I don't see any sign of applying the convolutional operation two times, only once here: https://github.com/kumar-shridhar/PyTorch-BayesianCNN/blob/d73da93fde64fa93e933f88c90cce54a4d618589/Image%20Recognition/utils/BBBlayers.py#L48
It seems like you did that in earlier versions of your code as in this commented out bit in BBBLayers_.py :
Why is that?