Hi and thanks for the library!
What is the purpose of SloppyUniform instead of torch.distributions.uniform.Uniform and why might it be causing my debugger to no longer stop at breakpoints?
|
class SloppyUniform(torch.nn.Module): |
Thanks for any insights!