meliketoy / gradcam.pytorch

Pytorch Implementation of Visual Explanations from Deep Networks via Gradient-based Localization
MIT License
125 stars 19 forks source link

missing './logs/resnet.csv' #1

Closed Ashong-Nartey closed 6 years ago

Ashong-Nartey commented 6 years ago

an error is encountered during training using the resnet - 50. the error message is FileNotFoundError: [Errno 2] No such file or directory './logs/resnet.csv' what could be the possible solution?

meliketoy commented 6 years ago

Hi , thanks for visiting my repo. :)

Just create 'logs' folder in the file you've cloned and will work!