Kale Kundert

Results 36 issues of Kale Kundert
trafficstars

I looked into #269 a little more closely, and I found that the test suite passes with scipy 1.13, but not with 1.12. I think this is due to the...

Trying to install pymanopt in a python 3.12 environment results in the following error: ```console $ python --version Python 3.12.2 $ python -m pip install pymanopt Collecting pymanopt Using cached...

Fixes #8495

status: needs information

The most common way to use docopt is to write a module docstring and to pass it to `docopt.docopt()` using the special `__doc__` global variable: ``` import docopt args =...

When using torchlens to visualize big models, I often wish there was an easier way to hide all of the elementary operations for certain layers. Later on I'll propose an...

Is there any chance that you could upload this reference implementation to PyPI? I'd like to use these sentinels in some of my projects, and it would be easier to...