NVIDIA / DIGITS

Deep Learning GPU Training System
https://developer.nvidia.com/digits
BSD 3-Clause "New" or "Revised" License
4.12k stars 1.38k forks source link

Getting BadRequestKeyError when loading pre-trained model in Caffe #2070

Open sanketfirodiya opened 6 years ago

sanketfirodiya commented 6 years ago

A colleague of mine is getting this error when loading pre-trained AlexNet:

image

Running macOS High Sierra (10.13.5) on a 2016 MacBook Pro.

I am not able to reproduce this on my machine though, any ideas what could be causing it?

xueyuanl commented 5 years ago

Hi sanketfirodiya, did your colleague solve this problem? And I hit the same issue.

zthcool commented 5 years ago

this problem happened when I use docker to run it.It's not happen in my local Ubuntu16.04 OS(caffe+DIGITS 6.1.1),but there is another problem(IOError....could not find the status.pickle file) in my local Ubuntu 16.04 OS when recognize a image after trained model and I think it's DIGITS's settings problem.so I tried the docker method.I am not solve it until now

zthcool commented 5 years ago

it's the same problem when I use docker in Windows10