You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Hi Hannes, unfortunately, this is the ugliest hack you have ever seen. This is a uniform distribution that tolerates samples sloshing slightly over the boundaries due to small numerical errors in the flow. The implementation is gruesome though.
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?
bgflow/bgflow/distribution/distributions.py
Line 81 in fbba56f
Thanks for any insights!
The text was updated successfully, but these errors were encountered: