https://github.com/Microsoft/CNTK
Raw File
Tip revision: 9c9876a729eff027c847a1028d5e4852ebc8c955 authored by Spandan Tiwari on 12 June 2018, 05:15:50 UTC
Fixes a bug in LotusIR code that creates a missing 'shape' attribute in TypeProto in graph output node.
Tip revision: 9c9876a
README.md
# CNTK Pre-trained Models

This folder contains pre-trained models that can be used as DNN featurizers or as the basis for transfer learning. Some of the models are trained from scratch by CNTK, and some others are converted from other toolkits such as Caffe. The models are categorized by their application domains. 

To download a model run 

`python download_model.py <model_name>`

To see the list of available models run 

`python download_model.py list`

## [Image models](./Image.md)
back to top