https://github.com/Microsoft/CNTK
Revision 542406d130cf1b62586645309ca61463271bd2a1 authored by Junjie Qian on 13 March 2018, 22:21:59 UTC, committed by Junjie Qian on 19 March 2018, 16:50:09 UTC
1 parent 91dbed4
Raw File
Tip revision: 542406d130cf1b62586645309ca61463271bd2a1 authored by Junjie Qian on 13 March 2018, 22:21:59 UTC
No need to aggregate with one worker in brainscript
Tip revision: 542406d
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