CNTK icon indicating copy to clipboard operation
CNTK copied to clipboard

Pretrained models

Open dk-teknologisk-mlnn opened this issue 4 years ago • 3 comments

Hi, using download_model.py in cntk-2.7\PretrainedModels gives error: HTTP Error 403: Site Disabled

https://github.com/microsoft/CNTK/blob/master/PretrainedModels/Image.md

dk-teknologisk-mlnn avatar Jan 22 '21 09:01 dk-teknologisk-mlnn

We are addressing this internally and we will update here as soon as we have a decision

thiagocrepaldi avatar Jan 22 '21 19:01 thiagocrepaldi

the URLs should be working again for now.

prasanthpul avatar Jan 23 '21 06:01 prasanthpul

Yep, it works now :)

Meanwhile I converted some nice caffe models yesterday:

  • googlenet age and gender
  • googlenet imagenet
  • vgg16 pascal (classification)

and I adapted the cifar10 training script to train cifar100 and ended up with a nice cifar100 based classifier.

do you want me to add these to this list?

cifar100classifier

dk-teknologisk-mlnn avatar Jan 23 '21 15:01 dk-teknologisk-mlnn