jindongwang / Pytorch-CapsuleNet

An easy-to-follow Pytorch implementation of Hinton's Capsule Network

Repository from Github https://github.comjindongwang/Pytorch-CapsuleNetRepository from Github https://github.comjindongwang/Pytorch-CapsuleNet

PermissionError: [Errno 13] Permission denied: '/data'

megahound opened this issue · comments

If anyone else faces [Errno 13] or permission related issues in future, just change or remove the download destination from the dataloader.py - as shown below:

mnist issue