File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tutorials/W2D4_Macrolearning Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 },
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 " ,
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 " ,
You can’t perform that action at this time.
0 commit comments