microsoft / CNTK

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

Pretrained models #3845

Open dk-teknologisk-mlnn opened 3 years ago

dk-teknologisk-mlnn commented 3 years ago

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

thiagocrepaldi commented 3 years ago

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

prasanthpul commented 3 years ago

the URLs should be working again for now.

dk-teknologisk-mlnn commented 3 years ago

Yep, it works now :)

Meanwhile I converted some nice caffe models yesterday:

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