File tree 1 file changed +15
-7
lines changed
docs/tutorial_notebooks/DL2/Geometric_deep_learning
1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 151
151
},
152
152
{
153
153
"cell_type": "code",
154
- "execution_count": null ,
154
+ "execution_count": 1 ,
155
155
"metadata": {
156
156
"id": "3XblvSZl_ie9"
157
157
},
190
190
},
191
191
{
192
192
"cell_type": "code",
193
- "execution_count": null ,
193
+ "execution_count": 2 ,
194
194
"metadata": {
195
195
"id": "z425x_sC_-U_"
196
196
},
210
210
},
211
211
{
212
212
"cell_type": "code",
213
- "execution_count": null ,
213
+ "execution_count": 3 ,
214
214
"metadata": {
215
215
"colab": {
216
216
"base_uri": "https://localhost:8080/"
217
217
},
218
218
"id": "JOF0bnIGgwcD",
219
219
"outputId": "f7562d2c-2500-4cc2-f765-fe7e1e138227"
220
220
},
221
- "outputs": [],
221
+ "outputs": [
222
+ {
223
+ "name": "stdout",
224
+ "output_type": "stream",
225
+ "text": [
226
+ "Downloading https://raw.githubusercontent.com/phlippe/saved_models/main/DL2/GDL/paprika.tiff...\n"
227
+ ]
228
+ }
229
+ ],
222
230
"source": [
223
231
"import urllib.request\n",
224
232
"from urllib.error import HTTPError\n",
283
291
},
284
292
{
285
293
"cell_type": "code",
286
- "execution_count": null ,
294
+ "execution_count": 4 ,
287
295
"metadata": {
288
296
"id": "WEYv1oILtIKM"
289
297
},
2783
2791
"provenance": []
2784
2792
},
2785
2793
"kernelspec": {
2786
- "display_name": "Python 3 (ipykernel) ",
2794
+ "display_name": "Python 3",
2787
2795
"language": "python",
2788
2796
"name": "python3"
2789
2797
},
2797
2805
"name": "python",
2798
2806
"nbconvert_exporter": "python",
2799
2807
"pygments_lexer": "ipython3",
2800
- "version": "3.8.8 "
2808
+ "version": "3.7.9 "
2801
2809
},
2802
2810
"widgets": {
2803
2811
"application/vnd.jupyter.widget-state+json": {
You can’t perform that action at this time.
0 commit comments