Really impressive result: using generative adverserial networks to increase the resolution of videos!
Abstract: https://ge.in.tum.de/publications/2019-tecogan-chu/
Video: https://www.youtube.com/watch?v=pZXFXtfd-Ak
miniblog.
Related Posts
Compiler error messages is such a deep topic. Even in rustc, a mature compiler that invests effort in diagnostic quality, I find interesting issues every few months.
(The majority have been fixed pretty quickly, so it's really rewarding to file issues.)
It's really satisfying fixing crashes in rust-analyzer. You can start from a panic message and dig until you've got a tiny Rust program that triggers the problem.
(It's usually an issue with incomplete source files breaking invariants.)
Semver has a really odd relationship with software maturity. I'd take a v0.21 project over a v1.0 project.