File size: 750 Bytes
561bb2f
 
da41033
561bb2f
da41033
 
 
 
 
 
 
 
 
 
 
561bb2f
 
 
 
 
 
 
5333d45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: mit
tags:
- image-to-image
datasets:
- fka/awesome-chatgpt-prompts
language:
- ab
metrics:
- accuracy
base_model:
- stabilityai/stable-diffusion-3.5-large
new_version: microsoft/OmniParser
pipeline_tag: translation
library_name: adapter-transformers
---

## Notes
* This model is a trained version of the Keras Tutorial [Image Super Resolution](https://keras.io/examples/vision/super_resolution_sub_pixel/) 
* The model has been trained on inputs of dimension 100x100 and outputs images of 300x300.


[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.