-
Thank you for bringing interesting work. I'm curious if you have tried VQVAE?
-
This is not an issue in the css-color-4 spec, but in all the implementations. While issues have been filed on the individual bug trackers, I wanted to raise the issue with the CSSWG since it seems lik…
-
```
class Network(nn.Module):
def __init__(self, in_channels=3, out_channels=1):
super(Network, self).__init__()
self.unet = UNet(in_channels=in_channels, out_channels=out_chan…
-
I wrote a detailed analysis of APCA here: https://github.com/xi/apca-introduction/blob/main/analysis.md
The main result was that APCA is not actually that different than WCAG 2.x if you change the …
-
**Describe the project you are working on:**
Godot engine.
**Describe the problem or limitation you are having in your project:**
Unit testing was introduced in godotengine/godot#40148, but curre…
-
Now that the standardized [``](https://github.com/whatwg/html/issues/4504) and the corresponding CSS property [`color-scheme`](https://github.com/w3c/csswg-drafts/issues/3299) have landed in Chrome an…
-
We could use a bit in the header to indicate a trivial lossy QOI variant (call it QOILY and the original flavor QOILL), reducing from 8 to 4 bits per RGBA channel on encode, reconstitute on decode.
…
-
Hi!
First of all, very good job and good results with less blur.
But why not use tensorflow2 ?
-
# Features Needed for Better Readability
## Part I: Font Sizing (x-height)
I'm a member of the W3 AGWG, the Low Vision Task Force, the Silver Task force, and the author of WCAG 3 Visual Contrast a…
-
Hello,
I really like the idea to combine spacy with google stuff, thanks! I got some seemingly random deadlock problem...
I am basically doing n*(n-1)/2 comparison on 50K papers by their titles …