-
## Description
Given the presence of 'tensors' everwhere, it would be helpful to have an nd montage function for handling batches of 3D images or weights from convolutional networks. Is there more ge…
-
Requesting file support for webp and gif.
-
I have code for the following functions that may be worth merging in here (or perhaps in the legend DSP package)
`add_noise`
given some vector of noise and a signal, add noise to the signal. By …
-
Nice library!
I'm trying to replace my iterative solver with optimistic, but I'm having trouble getting good results. Here's my [pull request](https://github.com/NeilGirdhar/efax/compare/optimisti…
-
### Description
I'm experiencing a very poor performance when trying to generate longer noise time series from a PSD. For a month with 5s sampling (about 500k elements), I need to wait already **se…
-
### Repro
Tested with LLVM 17.0.0-rc1.
```console
$ docker run --rm -v $(pwd):/repro -w /repro -it mstorsjo/llvm-mingw:latest armv7-w64-mingw32-clang -O1 -g -gcodeview -c reduced.c
fatal error…
-
Need to discuss what all we want to add for version 0.3.0
-
Please comment below to leave us your lab reviews! Remember, please follow this format:
```
Your Name:
Overview of Lab Comments: i.e. Was this lab good or bad? Too fast? Too Slow? Does it need somet…
lmock updated
9 years ago
-
So I took a guess on what the bifunctorial category stage expressions and laws should look like. How does it look to you? How can I tell if I have exhausted all the laws we need and if they are the co…
-
I came across this topic while working on randomized methods for decomposition (#12069).
I found [this stackoverflow post](https://stackoverflow.com/questions/34281737/numpys-qr-appears-faster-than…