j3m

Results 34 issues of j3m

Suppose I have a function `model` with vector outputs, and I want to compute the trace of its empirical NTK at weights `w0`. Currently I'm doing this like this: ```...

question

Is it possible to use this library to implement a network with a Softmax output layer? I was surprised to find this layer type neither implemented nor mentioned in the...

question

On 4.0.0-rc23, when I type in inline math using `$$`, it doesn't render, but centered/displayed equations with `$$ $$` do. ![](https://i.imgur.com/UMcb3dB.png) Is this supposed to happen? If so, I'd like...

The readme currently just says to just run `pip install pypcap`. However, under Windows 7, it's not that simple. The first thing I had to do was find out I...

Sorry this isn't really about the library itself, although I suppose it could be described as a documentation issue. The website http://lorenzofox3.github.io/smart-table-website/ causes a massive memory spike when I open...

### What happened? In [this](https://jsfiddle.net/fyunc835/) JSFiddle, I have an `` tag equipped with `draggable="false"` (in HTML) and `user-select: none` (in CSS). This should mean two things are true: 1. When...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Checkout `main` and open it in Android Studio. (I'm...

bug

Nice add-on. However, currently pushing the button inverts colors across the entire browser, but to me this functionality makes much more sense on a tab-per-tab basis, since different websites open...

I have a generic USB gamepad (non X-Box). If I plug it in before starting the Python interpreter, then `get_gamepad()` works as expected. However, if I start the Python interpreter...

I'm trying to run the pre-trained 1.5B model linked in [the README](https://drive.google.com/file/d/1XW1Od9L-5l9zXl1HUCyER5pS9zQTbIvU/view?usp=sharing) on the APPS test set. I downloaded the dataset and ran the script `train/apps_create_split.py` on it, then ran...