joemrt

Results 3 issues of joemrt

In my emacs config I remap C-u to C-S-u (that is Control-Shift-U) via ``` (global-set-key (kbd "C-S-u") 'universal-argument) (define-key universal-argument-map (kbd "C-S-u") 'universal-argument) ``` While this is working fine with...

First of all, great work, In your thesis, the "Dropout as a Bayesian Approximation..." and "Concrete Dropout" article, @yaringal, you seem to apply the Dropout distribution only to the weights...

I noticed that `FullLaplace` produces float results even when only objects of double precision are being used. Here is a quick example ``` import torch import torch.nn as nn from...

bug