We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8882604 commit ba83f6dCopy full SHA for ba83f6d
posts/2023-03-08 Fastai Lesson 8.ipynb
@@ -16,6 +16,7 @@
16
"title: Fastai Lesson 8 | Convolutions\n",
17
"author: Nicholas Lillywhite\n",
18
"toc: true\n",
19
+ "draft: true\n",
20
"image: \"images/embed.png\"\n",
21
"---"
22
]
@@ -1065,9 +1066,21 @@
1065
1066
],
1067
"metadata": {
1068
"kernelspec": {
- "display_name": "python3",
1069
+ "display_name": "Python 3 (ipykernel)",
1070
"language": "python",
1071
"name": "python3"
1072
+ },
1073
+ "language_info": {
1074
+ "codemirror_mode": {
1075
+ "name": "ipython",
1076
+ "version": 3
1077
1078
+ "file_extension": ".py",
1079
+ "mimetype": "text/x-python",
1080
+ "name": "python",
1081
+ "nbconvert_exporter": "python",
1082
+ "pygments_lexer": "ipython3",
1083
+ "version": "3.10.8"
1084
}
1085
},
1086
"nbformat": 4,
0 commit comments