File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 135
135
"id" : " 3bU5gsSI-jKF"
136
136
},
137
137
"source" : [
138
- " The dataset\n " ,
138
+ " ### The dataset\n " ,
139
139
" \n " ,
140
140
" Start with defining a class inheriting from `tf.data.Dataset` called `ArtificialDataset`.\n " ,
141
141
" This dataset:\n " ,
187
187
"id" : " FGK1Y4jn-jKM"
188
188
},
189
189
"source" : [
190
- " The training loop\n " ,
190
+ " ### The training loop\n " ,
191
191
" \n " ,
192
192
" Next, write a dummy training loop that measures how long it takes to iterate over a dataset.\n " ,
193
193
" Training time is simulated."
227
227
"id" : " Xi8t26y7-jKV"
228
228
},
229
229
"source" : [
230
- " The naive approach\n " ,
230
+ " ### The naive approach\n " ,
231
231
" \n " ,
232
232
" Start with a naive pipeline using no tricks, iterating over the dataset as-is."
233
233
]
You can’t perform that action at this time.
0 commit comments