-
Since `Infallible` is an [empty type](https://doc.rust-lang.org/nomicon/exotic-sizes.html#empty-types), I expect `(T, Infallible)` also be an empty type, thus they should have the same size. But I not…
-
I implemented sub-quadratic attention (as described in https://arxiv.org/abs/2112.05682v2):
https://twitter.com/Birchlabs/status/1607503573906063362
https://github.com/Birch-san/diffusers/pull/1…
-
I have a univariate 2D dataset made up of many non-consecutive trials (or slices/windows) of a time series (one trial is not continuous with another trial). I would like to fit an AR model to this col…
-
# Background
WebGPU currently has 2 buffer upload facilities: `GPUBuffer.mapAsync()` and `GPUBuffer.writeBuffer()`.
For `GPUBuffer.mapAsync()`, there currently is the restriction that no mappabl…
-
typical summation functions (in std/sums) only use each input element once, so should be usable in an online mode. However the API's in std/sums take an `openArray` input, preventing that.
Instead,…
-
-
Hi!
I'm trying to to run a DCGAN network on the M1. The code works fine on my Intel MacBook Pro with Catalina and standard version 2.4 non Apple Tensorflow. But on the M1 the exact same code crashe…
-
#### Describe the bug
The estimated coefficients are extremely sensitive to variations in the alpha parameter when using the Tweedie distribution. Not only it is very hard to find alpha values that…
-
I wanted to throw in my tuppence on what Unison could do about typeclasses (see comment below) so I'm opening this issue as a place to put such things.
I'm aware that this is one of those topics th…
-
## Description
The image becomes distorted when disabling the bilinear filter and disabling integer scale. This issue does not happen with integer scale enabled.
This is a bit of a problem though …