brjathu / deepcaps

Official Implementation of "DeepCaps: Going Deeper with Capsule Networks" paper (CVPR 2019).
MIT License
151 stars 48 forks source link

mkdir fails on initial training run #5

Closed grische closed 4 years ago

grische commented 4 years ago

I following your instructions precisely, but it fails as it is trying to create nested folders with mkdir without using -p flag.

mkdir: cannot create directory ‘model/CIFAR10/13’: No such file or directory
cp: cannot create regular file 'model/CIFAR10/13/deepcaps.py': No such file or directory