Skip to content

Commit 132efe8

Browse files
Merge pull request #1828 from Esri/superres_dstype
Removed dataset_type for SuperResolution guide and notebook
2 parents ee138e1 + 3d0d47f commit 132efe8

File tree

2 files changed

+148
-5
lines changed

2 files changed

+148
-5
lines changed

guide/14-deep-learning/how-superresolution-works.ipynb

+145-1
Large diffs are not rendered by default.

samples/04_gis_analysts_data_scientists/increase-image-resolution-using-superresolution.ipynb

+3-4
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@
281281
"outputs": [],
282282
"source": [
283283
"data = prepare_data(data_path, \n",
284-
" batch_size=8, \n",
285-
" dataset_type=\"superres\", \n",
284+
" batch_size=8, \n",
286285
" downsample_factor=8)"
287286
]
288287
},
@@ -839,7 +838,7 @@
839838
"notebookRuntimeVersion": ""
840839
},
841840
"kernelspec": {
842-
"display_name": "Python 3",
841+
"display_name": "Python 3 (ipykernel)",
843842
"language": "python",
844843
"name": "python3"
845844
},
@@ -853,7 +852,7 @@
853852
"name": "python",
854853
"nbconvert_exporter": "python",
855854
"pygments_lexer": "ipython3",
856-
"version": "3.9.11"
855+
"version": "3.11.8"
857856
},
858857
"toc": {
859858
"base_numbering": 1,

0 commit comments

Comments
 (0)