Dvjc1899 commited on
Commit
5333d45
1 Parent(s): 1e96663

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -5,3 +5,6 @@ license: mit
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.
 
 
 
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.