microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.51k stars 4.28k forks source link

error in loading model #3785

Open Icanlearn2018 opened 4 years ago

Icanlearn2018 commented 4 years ago

hi,

thanks to your strong program. I have an error when I run the program as you can see below:

"Cannot load the model /home/shahzad/Downloads/CNTK Realtime Multi-Person Pose Estimation-master/model/posenet.cntk model that is neither a file nor a byte buffer"

what should I do?

delzac commented 4 years ago

Means the file is not there at the location you specified. Please check your file path again.

Icanlearn2018 commented 4 years ago

Means the file is not there at the location you specified. Please check your file path again.

I downloaded default files. It has not pose model. I check backup files I downloaded 1 years ago and it has it. it run correctly now. thanks a lot.