Skip to content

Commit 4245dad

Browse files
committed
Touch ups
1 parent 2aca792 commit 4245dad

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

β€Žexamples/vision/edsr.pyβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,4 @@ def plot_results(lowres, preds):
354354
You could also improve on the given baseline EDSR model by implementing EDSR+,
355355
or MDSR( Multi-Scale super-resolution) and MDSR+,
356356
which were proposed in the same paper.
357-
358-
| Trained Model | Demo |
359-
| :--: | :--: |
360-
| [![Generic badge](https://img.shields.io/badge/πŸ€—%20Model-EDSR-red.svg)](https://huggingface.co/keras-io/EDSR) | [![Generic badge](https://img.shields.io/badge/πŸ€—%20Spaces-EDSR-red.svg)](https://huggingface.co/spaces/keras-io/EDSR) |
361357
"""

β€Žexamples/vision/ipynb/edsr.ipynbβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,6 @@
484484
"You could also improve on the given baseline EDSR model by implementing EDSR+,\n",
485485
"or MDSR( Multi-Scale super-resolution) and MDSR+,\n",
486486
"which were proposed in the same paper.\n",
487-
"\n",
488-
"| Trained Model | Demo |\n",
489-
"| :--: | :--: |\n",
490-
"| [![Generic badge](https://img.shields.io/badge/\ud83e\udd17%20Model-EDSR-red.svg)](https://huggingface.co/keras-io/EDSR) | [![Generic badge](https://img.shields.io/badge/\ud83e\udd17%20Spaces-EDSR-red.svg)](https://huggingface.co/spaces/keras-io/EDSR) |"
491487
]
492488
}
493489
],

β€Žexamples/vision/md/edsr.mdβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,3 @@ be able to handle a greater range of real-world images.
444444
You could also improve on the given baseline EDSR model by implementing EDSR+,
445445
or MDSR( Multi-Scale super-resolution) and MDSR+,
446446
which were proposed in the same paper.
447-
448-
| Trained Model | Demo |
449-
| :--: | :--: |
450-
| [![Generic badge](https://img.shields.io/badge/πŸ€—%20Model-EDSR-red.svg)](https://huggingface.co/keras-io/EDSR) | [![Generic badge](https://img.shields.io/badge/πŸ€—%20Spaces-EDSR-red.svg)](https://huggingface.co/spaces/keras-io/EDSR) |

β€Žexamples/vision/md/handwriting_recognition.mdβ€Ž

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -740,18 +740,6 @@ plt.show()
740740
```
741741

742742

743-
1/2 ━━━━━━━━━━━━━━━━━━━━ 0s 34ms/step
744-
745-
<div class="k-default-codeblock">
746-
```
747-

748-
```
749-
</div>
750-
2/2 ━━━━━━━━━━━━━━━━━━━━ 0s 27ms/step
751-
752-
753-
754-
755743
![png](/img/examples/vision/handwriting_recognition/handwriting_recognition_40_2.png)
756744

757745

0 commit comments

Comments
Β (0)