-
### Description
JAX is unexpectedly slow to compile this simple recursive Fibonacci function.
My understanding is that it should cache each JIT-compilation of `fib` with a fresh (static) `t`, so…
kach updated
4 months ago
-
I was looking to try this out to train an upscaling model but thought to try one of my test images first, and found that downscaling was being done in srgb gamma. Most images are encoded as srgb (~188…
-
Just to make the program a bit more secure, data sent over the network should be encrypted somehow. Look for something simple and lightweight (DES, while relatively insecure, is fairly simple compared…
-
**Is your feature request related to a problem? Please describe.**
Related to #707 , we would like to push aravis further to use it in kubernetes to control/stream from many GigE cameras. (100+)
Cur…
-
I created an epub file which validated in epubcheck 4.2.6 with no errors. Now I'm trying to validate it with the command line tool of the latest epubcheck 5.0.0 for epub3.3 and I got this message: …
-
**Reported by steven.c.hankin on 4 Jun 2010 21:21 UTC**
The attached figure is a particularly bad example of a common problem -- where fill-over-shade produces some undesirable effects at the plot edg…
-
Implement a new modal dialog for generating equally beating chords/scales.
See: https://en.xen.wiki/w/Linear_chord
-
Per https://github.com/WICG/interventions/issues/21, some browsers have implemented a heuristic where pressing the back button skips certain entries in the joint session history. Generally, these are …
-
When af::solve is used with sparse arrays, an exception is thrown when af::dense() wrapping the very same sparse arrays does not cause an exception.
On that note, af::join() also throws an exception …
-
Here I want to collect some things to be done to speed up eager-mode execution. Most of it did not really matter in graph-mode execution when those extra things are only executed once. That are extra …