Matthew A. Wright
Matthew A. Wright
I'm getting this issue too. I've been using jupyter-themes v 0.20.0 for at least a year and this issue just appeared recently, so I wonder if it was caused by...
Thanks! Looking forward to it!
I wrote something that works for my problem. It's here: https://github.com/mawright/torchstable/blob/main/torchstable/integrator.py.
No problem. One thing I was thinking is that it might be easier to work with batch integration if there was an additional batch dimension. The hacked-together thing I wrote...
I missed that you guys moved to Github. Repeating what I wrote on the Pyro board, I implemented a `log_prob()` for Stable that seems to work pretty well. I have...
I just posted this but I think I solved it. The issue seems to be the hardcoded path `usr/local/cuda` in https://github.com/FindDefinition/cumm/blob/92a3dfa7e3ad4f0d185fbe14a38c79adfb63d313/cumm/common.py#L249-L251, which made the compiler look there instead of the...