Skip to content

Commit 7918068

Browse files
committed
DL2 GDL: Executing notebook
1 parent 8ebd846 commit 7918068

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docs/tutorial_notebooks/DL2/Geometric_deep_learning/tutorial1_regular_group_convolutions.ipynb

+15-7
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
},
152152
{
153153
"cell_type": "code",
154-
"execution_count": null,
154+
"execution_count": 1,
155155
"metadata": {
156156
"id": "3XblvSZl_ie9"
157157
},
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"cell_type": "code",
193-
"execution_count": null,
193+
"execution_count": 2,
194194
"metadata": {
195195
"id": "z425x_sC_-U_"
196196
},
@@ -210,15 +210,23 @@
210210
},
211211
{
212212
"cell_type": "code",
213-
"execution_count": null,
213+
"execution_count": 3,
214214
"metadata": {
215215
"colab": {
216216
"base_uri": "https://localhost:8080/"
217217
},
218218
"id": "JOF0bnIGgwcD",
219219
"outputId": "f7562d2c-2500-4cc2-f765-fe7e1e138227"
220220
},
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+
],
222230
"source": [
223231
"import urllib.request\n",
224232
"from urllib.error import HTTPError\n",
@@ -283,7 +291,7 @@
283291
},
284292
{
285293
"cell_type": "code",
286-
"execution_count": null,
294+
"execution_count": 4,
287295
"metadata": {
288296
"id": "WEYv1oILtIKM"
289297
},
@@ -2783,7 +2791,7 @@
27832791
"provenance": []
27842792
},
27852793
"kernelspec": {
2786-
"display_name": "Python 3 (ipykernel)",
2794+
"display_name": "Python 3",
27872795
"language": "python",
27882796
"name": "python3"
27892797
},
@@ -2797,7 +2805,7 @@
27972805
"name": "python",
27982806
"nbconvert_exporter": "python",
27992807
"pygments_lexer": "ipython3",
2800-
"version": "3.8.8"
2808+
"version": "3.7.9"
28012809
},
28022810
"widgets": {
28032811
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)