merve HF staff commited on
Commit
561bb2f
1 Parent(s): 5333d45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,10 +1,12 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- ## Notes
6
- * This model is a trained version of the Keras Tutorial [Image Super Resolution](https://keras.io/examples/vision/super_resolution_sub_pixel/)
7
- * The model has been trained on inputs of dimension 100x100 and outputs images of 300x300.
8
-
9
-
 
 
10
  [Link to a pyimagesearch](https://www.pyimagesearch.com/2021/09/27/pixel-shuffle-super-resolution-with-tensorflow-keras-and-deep-learning/) tutorial I worked on, where we have used Residual blocks along with the Efficient sub pixel net.
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - image-to-image
5
+ ---
6
+
7
+ ## Notes
8
+ * This model is a trained version of the Keras Tutorial [Image Super Resolution](https://keras.io/examples/vision/super_resolution_sub_pixel/)
9
+ * The model has been trained on inputs of dimension 100x100 and outputs images of 300x300.
10
+
11
+
12
  [Link to a pyimagesearch](https://www.pyimagesearch.com/2021/09/27/pixel-shuffle-super-resolution-with-tensorflow-keras-and-deep-learning/) tutorial I worked on, where we have used Residual blocks along with the Efficient sub pixel net.