Skip to content

Commit

Permalink
Merge pull request #1828 from Esri/superres_dstype
Browse files Browse the repository at this point in the history
Removed dataset_type for SuperResolution guide and notebook
  • Loading branch information
priyankatuteja authored May 21, 2024
2 parents ee138e1 + 3d0d47f commit 132efe8
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 5 deletions.
146 changes: 145 additions & 1 deletion guide/14-deep-learning/how-superresolution-works.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@
"outputs": [],
"source": [
"data = prepare_data(data_path, \n",
" batch_size=8, \n",
" dataset_type=\"superres\", \n",
" batch_size=8, \n",
" downsample_factor=8)"
]
},
Expand Down Expand Up @@ -839,7 +838,7 @@
"notebookRuntimeVersion": ""
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -853,7 +852,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.11"
"version": "3.11.8"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit 132efe8

Please sign in to comment.