Jackson Loper
Jackson Loper
If I type this... ``` >> x = new Float32Array(100000); ``` ...I will regret it :). It will try to print out the entire x. If I could successfully interrupt...
Interrupting the kernel appears to actually be equivalent to restarting the kernel. That is, ``` >> x=3; >> sleep.sleep(5) ((interrupt) >> x ReferenceError: x is not defined ``` Also, the...
## Describe the bug As far as I can tell, ot.bregman.empirical_sinkhorn_divergence returns only the transport costs and ignores the regularization costs. The documentation says it returns both. This was also...
Hi guys! Jackson Loper from the CZI Spine Atlas group here. chromVAR has been great for helping us deal with our scatacseq data. One thing we noticed is that various...
## URL(s) with the issue: https://www.tensorflow.org/api_docs/python/tf/device ## Description of issue (what needs changing): At least on 2.3.0, it seems to me that ``` import numpy.random as npr import tensorflow as...
After the tripwire fires, my script exits, whether I call `process.exit(1)` or not. For example, this code... ``` var tripwire = require("tripwire"); process.on('uncaughtException', function (e) { console.log('Doom'); }); tripwire.resetTripwire(2000); console.log("Hello")...
### 🐛 Describe the bug If a torch.compile'd function has an assert in it, It seems to get ignored. I suppose either the compiler should say "I can't handle asserts!"...
When I get an email about a new comment or reply, there are few details in that email. It would be groovy if the email notifications could include... - [...
Two things. First thing: a suggestion to mention in the intro some of the other myriad names that point to nearly-identical ideas to neural SBI, such as NPE (neural posterior...
**Describe the bug** A clear and concise description of what the bug is. I think sometimes Schur returns a matrix that isn't quasi upper triangular. **To Reproduce** Generic orthonormal matrices...