Azure / ObjectDetectionUsingCntk

Fast R-CNN Object Detection on Azure using CNTK
128 stars 61 forks source link

Error while executing 3_runCntk.py #5

Closed AkshayAgarwal007 closed 7 years ago

AkshayAgarwal007 commented 7 years ago

I am getting the following error while executing 3_runCntk.py.

image

PatrickBue commented 7 years ago

My guess is that this is caused by the new CNTK 2.0 not being fully backwards compatible. Try installing an older version of CNTK instead, e.g. 1.7.2: https://github.com/Microsoft/CNTK/releases/tag/v1.7.2 I am planning on upgrading this tutorial to the newest CNTK + python wrappers, but won't be able to work on this for another 4-6 weeks.

AkshayAgarwal007 commented 7 years ago

It's working fine with the CNTK 2.0 version that came pre-installed with Azure DSVM.