-
RISC-V Advanced Interrupt Architecture (AIA) specification: https://github.com/riscv/riscv-aia/releases/download/1.0/riscv-interrupts-1.0.pdf.
Reference code (QEmu):
* https://github.com/qemu/qemu…
X547 updated
5 months ago
-
A nice example of where `optimal` performs worse than `greedy` in practice. `optimal` (9s), `greedy` (1.1s), `optimal, (10**7)` (0.8s).
```python
import numpy as np
x = np.random.randn(100, 300…
-
Whilst in deep conversation with a fellow ETL guru (@MBoustani), I had a brain wave and I am now flushing it out here.
I would like this session to focus on
- Gathering and assessing some data analy…
-
Hello,
Imagen-Video states that they use model distillation to iteratively train student diffusion models that require half the sampling steps of their teacher diffusion model. This seems to be an …
-
### Prize category
Beyond Carbon
### Overview
Inspiration comes from websitecarbon.com's overview page after a test. Here they are giving the user some comparison values that are easier to un…
-
An answer to the question.
-
One of the issues with Fourier is over sampling in the lower frequency domains.
An alternative might be wavelets, which would handle over sampling in the low frequency area, and would give you the ch…
-
Slate is great, and I'm starting to learn my way around the code so I can work on it.
I would like to implement pie menus for Slate in JavaScript/HTML.
It would be great to be able to do something l…
-
The discussion on today's call motivated me to open this issue to document, and discuss if necessary our policy regarding dependencies on external packages.
Historically, Coq has been largely self-…
-
According to sklearn API, a data or feature pre-processor should accept the `y` argument in `transform()`. For instance, I'm trying to add balancing algorithms, that do need the `y` because they add/r…