ilkarman / Azure-WebApp-w-CNTK

Deployment template for Azure WebApp, CNTK, Python 3 (x64) and sample model
14 stars 11 forks source link

load_model() in cntk problem #5

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

I am using cntk2.2 and FasterRcnn algo to train my data set. train and evaluate works fine on my machine and I get results. But when I try to load the model in Azure web app using the load_model() function I get ERROR 500 saying internal error. Any pointers as to why this my happen.

jrspol4 commented 6 years ago

If your model is too large, you will need to revise the web.config to have a longer timeout.