arashno / tensorflow_multigpu_imagenet

Tensorflow code for training different architectures(DenseNet, ResNet, AlexNet, GoogLeNet, VGG, NiN) on ImageNet dataset + Multi-GPU support + Transfer Learning support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow.python.framework.errors_impl.PermissionDeniedError: resnet50; Permission denied

Jeremy-lf opened this issue · comments

when i run python run.py train --path_prefix /home/ccf_disk/dataset/imagenet --train_info train.txt --num_epochs 50 ,it happened above, what's wrong?

I have no idea.
Could you please post the complete stack trace?

hi, thanks for your reply . the above issue has been solved! Now i design a new network, and training it with imagenet dataset, but i have encounter a new problem :
ValueError: No variables to optimize what's wrong?