Jackson Loper

Results 10 issues of 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...

enhancement

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...

help wanted

## 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...

bug
help wanted

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...

type:docs-bug
stat:awaiting response
comp:ops
comp:gpu
TF 2.3

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!"...

high priority
triage review
oncall: pt2
module: dynamic shapes
module: dynamo

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...

bug
help wanted
category:numerical