mrdbourke / pytorch-deep-learning

Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
https://learnpytorch.io
MIT License
9.34k stars 2.78k forks source link

Fix typo in 04_pytorch_custom_datasets_video.ipynb #984

Closed mohd-faizy closed 2 weeks ago

mohd-faizy commented 2 weeks ago

Corrected a typo in the Jupyter notebook '04_pytorch_custom_datasets_video.ipynb'. The variable 'model' was misspelled as 'm,odel_1'. This change corrects it to 'model_1' to ensure proper functionality.