Skip to content

Commit d3bec2e

Browse files
authored
Fixes broken link in edsr.py (#1164)
* Updated Fix broken link of tf.data.Dataset in edsr It is patch clone of PR #1101 which updates a broken link at 'tf.Data.Dataset' which replaces 'tf.Data.Dataset' with 'tf.data.Dataset' * Copied the changes to md and iynb Copied the changes to md and iynb * Copied the changes to md and iynb Copied the changes to md and iynb
1 parent 81fc42e commit d3bec2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/vision/edsr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def random_crop(lowres_img, highres_img, hr_crop_size=96, scale=4):
135135

136136

137137
"""
138-
## Prepare a `tf.Data.Dataset` object
138+
## Prepare a `tf.data.Dataset` object
139139
140140
We augment the training data with random horizontal flips and 90 rotations.
141141

examples/vision/ipynb/edsr.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"colab_type": "text"
195195
},
196196
"source": [
197-
"## Prepare a `tf.Data.Dataset` object\n",
197+
"## Prepare a `tf.data.Dataset` object\n",
198198
"\n",
199199
"We augment the training data with random horizontal flips and 90 rotations.\n",
200200
"\n",

examples/vision/md/edsr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def random_crop(lowres_img, highres_img, hr_crop_size=96, scale=4):
143143
```
144144

145145
---
146-
## Prepare a `tf.Data.Dataset` object
146+
## Prepare a `tf.data.Dataset` object
147147

148148
We augment the training data with random horizontal flips and 90 rotations.
149149

0 commit comments

Comments
 (0)