James Pirruccello

Results 38 issues of James Pirruccello

In the fastai v2 `unet_learner` function call, n_in can be specified in order to reshape the learner to accept inputs that don't have 3 channels. Is this something that can...

I run a long-lived binary that queries multiple social media providers. I use anaconda to query Twitter. It makes hundreds of queries per minute, and over the course of days/weeks,...

Is it possible to run LDA (or other processing algorithms) in a streaming/online fashion, such as is done with gensim? It seems that this would not easily support online processing,...

Sorry for the vague question. I can provide pictures but I don't have self-contained demonstration code yet. ## Non-Integer bounds When I draw rectangles with gg for non-integer bounds along...

### Describe the bug Kornia's `ColorJiggle` throws an error when used on non-3-channel images, even when hue is not changed. As a consequence, Kornia doesn't seem to have any higher-level...

help wanted

**Describe the solution you'd like** The `signal_distort` function is great. One limitation is that the `linear_drift` option will only ever cause the signal amplitude to [go upwards over time](https://github.com/neuropsychology/NeuroKit/blob/c1104386655724a5c624e740abf651c939fc5e48/neurokit2/signal/signal_distort.py#L143). **How...

feature idea :fire:
inactive 👻

When I use packr, either `packr build` or `packr; go build -o filename *.go`, I get the following error with a gzip file that otherwise reads just fine if I...

question

I'm creating tabix indexes for arbitrarily formatted GWAS summary stats. This works fine, but the header seems to be lost. If I pass `--skip-lines`, then when I query the header,...

Spark lines are the first item featured in the Readme, but there isn't a shortcut for building them. Just wanted to point this out since they do seem handy enough...

@bbx10 has created an [ESPWebServer](https://github.com/bbx10/WebServer_tng) for ESP32. Will this work be incorporated into this repo, or ESP32 support live elsewhere? According to the [roadmap](https://github.com/espressif/arduino-esp32/projects/1), it seems that this should be...