Brian Gregor

Results 3 comments of Brian Gregor

@tbepler - I have found that the "UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. " message can be eliminated by using copies...

The additional Unicode characters that cause a UnicodeEncodeError with check_setup.py and Python 3.6 are on lines 50-55 of check_setup.py: ``` status = { True: success("✔ yes"), False: failure("✘ no"), None:...

@szhorvat - Thank you for pointing this out. You care correct, `accum_dist()` is used incorrectly in the Chebyshev metric in that package. The output of the mutual information calculations was...