Skip to content

Commit a289532

Browse files
committed
Reprocess s2d4t3
1 parent b8bd99a commit a289532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/W2D4_Macrolearning/W2D4_Tutorial3.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"logging.getLogger('matplotlib.font_manager').disabled = True\n",
161161
"\n",
162162
"%matplotlib inline\n",
163-
"%config InlineBackend.figure_format = 'retina' # perfrom high definition rendering for images and plots\n",
163+
"%config InlineBackend.figure_format = 'retina' # perform high definition rendering for images and plots\n",
164164
"plt.style.use(\"https://raw.githubusercontent.com/NeuromatchAcademy/course-content/main/nma.mplstyle\")"
165165
]
166166
},
@@ -444,7 +444,7 @@
444444
"\n",
445445
" def __len__(self):\n",
446446
" \"\"\"Calculate the length of the dataset. It is obligatory for PyTorch to know in advance how many samples to expect (before training),\n",
447-
" thus we enforced to icnlude number of epochs and tasks per epoch in `FruitSupplyDataset` parameters.\"\"\"\n",
447+
" thus we enforced to include number of epochs and tasks per epoch in `FruitSupplyDataset` parameters.\"\"\"\n",
448448
"\n",
449449
" return self.num_epochs * self.num_tasks\n",
450450
"\n",
@@ -758,7 +758,7 @@
758758
"\n",
759759
" def __len__(self):\n",
760760
" \"\"\"Calculate the length of the dataset. It is obligatory for PyTorch to know in advance how many samples to expect (before training),\n",
761-
" thus we enforced to icnlude number of epochs and tasks per epoch in `FruitSupplyDataset` parameters.\"\"\"\n",
761+
" thus we enforced to include number of epochs and tasks per epoch in `FruitSupplyDataset` parameters.\"\"\"\n",
762762
"\n",
763763
" return self.num_epochs * self.num_tasks\n",
764764
"\n",

0 commit comments

Comments
 (0)