udacity / deep-learning-v2-pytorch

Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
MIT License
5.31k stars 5.33k forks source link

Cycle Gan typo in Excercise Notebook #275

Closed BorgPhysics closed 3 years ago

BorgPhysics commented 4 years ago

The get_data_loader signature in the CycleGAN_Exercise notebook has image_dir='summer2winter-yosemite'. It should be image_dir='summer2winter_yosemite' (underscore not dash) to match the solution and the actual directory from the zipfile.

abhiojha8 commented 3 years ago

This issue has been resolved.