SuperSecureHuman
commited on
Commit
·
d6aec7e
1
Parent(s):
b3c2db5
Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,11 @@
|
|
1 |
-
---
|
2 |
-
title: EDSR Keras
|
3 |
-
emoji: 🚀
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: yellow
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 3.0.9
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
-
---
|
12 |
|
13 |
-
|
14 |
|
15 |
Paper Link - https://arxiv.org/pdf/1707.02921
|
16 |
|
17 |
Keras Example link - https://keras.io/examples/vision/edsr/
|
18 |
|
|
|
19 |
|
20 |
TODO:
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
+
Here is a fully trained model of EDSR (Enhanced Deep Residual Networks for Single Image Super-Resolution) model. This model surpassed the performance of the current available SOTA models.
|
3 |
|
4 |
Paper Link - https://arxiv.org/pdf/1707.02921
|
5 |
|
6 |
Keras Example link - https://keras.io/examples/vision/edsr/
|
7 |
|
8 |
+
It was trained for 500 epochs with 200 steps each.
|
9 |
|
10 |
TODO:
|
11 |
|