mirror of
https://github.com/lleene/hugo-site.git
synced 2025-07-27 18:33:17 +02:00
WIP: Major content update
This commit is contained in:
21
content/posts/2021/super_resolution.md
Normal file
21
content/posts/2021/super_resolution.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "Super Resolution 🧙♂️"
|
||||
date: 2021-09-19T13:30:00+02:00
|
||||
draft: true
|
||||
toc: true
|
||||
math: true
|
||||
tags:
|
||||
- upscaling
|
||||
- image-processing
|
||||
- anime
|
||||
- python
|
||||
---
|
||||
|
||||
WIP: this is an on going effort for super-resolving images given learned context
|
||||
and Super-Resolution Using a Generative Adversarial Network (SRGAN). [^1]
|
||||
|
||||
$$ y_t = \beta_0 + \beta_1 x_t + \epsilon_t $$
|
||||
|
||||
now inline math \\( x + y \\) =]
|
||||
|
||||
[^1]: And that's the footnote.
|
Reference in New Issue
Block a user