CNTK
CNTK copied to clipboard
Pretrained models
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
We are addressing this internally and we will update here as soon as we have a decision
the URLs should be working again for now.
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?