-
Hi, I would like to know if there's some options to run a pre-trained network in order to predict a value with fixed point weights. Because of some hardware environment constraints I have to run the e…
ghost updated
6 years ago
-
I've noticed in your solution that you have fixed point A and n-1, however this is not what we are looking for, only first point given as the input has to be fixed as a starting point, 2nd, 3rd, etc w…
zetta updated
6 years ago
-
Hi,
Thanks for your open-sourced code, I try to reproduce the results of fpdm on ImageNet, but I find the generated images are much worse than original fast-DiT model. Could you help me check if I …
-
**Descripción del problema:**
```plaintext
Es necesario eliminar la forma de pago con Flywire y reemplazarla por Stripe, integrando Stripe
Elements en el formulario. Además, se deben actualizar los e…
-
Hi,
The new ML algorithms in v1.5 are really impressive. It looks like they're only for implementations of OPUS that are Floating Point.
I'm compiling here for Xtensa LX6 (ESP32) which doesn't …
-
I'm developing platform for modular synth based on relatively cheap MCUs. I prefer Vult over other DSL's due to its native support of fixed-point math. But I'd like to use 8.24 format instead of defau…
-
I've ported font-rs to the Go programming language.
Using fixed point math instead of floating sped up my rasterization benchmarks by between 1.2x and 1.4x.
Perhaps font-rs should do that too.
The …
-
Currently calculating distance in js in the SDK vs Cairo onchain results in slightly different values. Sometimes this can result in miscalculating lease rates, or other values. Ideally we could mimic …
-
* Tremolo
* bytecode arguments: u16 unsigned offset-per-tick, u8 quarter-wavelength-in-ticks
* offset-per-tick is unsigned 8.8 fixed point (1/256th of a fine-volume unit)
* A qua…
-
I'm trying to build the opus library from source. My target is Windows 10.0.17763.0 x64 using the v141 (Visual Studio 2017) toolset. My use case needs to decode a 16-bit fixed-point opus.
I was a…