forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
ConvertDBN command
Philipp Kranen edited this page Jan 20, 2016
·
1 revision
This command is used to convert a model generated by Microsoft’s dbn.exe tool to a CNTK model. This command is useful when you want to compare the performance of these two tools (dbn.exe only supports simple fully connected deep neural networks), port existing models trained with dbn.exe to CNTK, or if you want to use the RBM pre-training which is available in dbn.exe but not in CNTK right now. The related parameters are
-
modelPath
: the full path of the generated CNTK model. -
dbnModelPath
: the full path of the model to be converted.
Getting Started
Additional Documentation
How to use CNTK
Using CNTK Models in Your Code
- Overview
- Nuget Package for Evaluation
- C++ Evaluation Interface
- C# Evaluation Interface
- Evaluating Hidden Layers
- C# Image Transforms for Evaluation
- C# Multi-model Evaluation
- Evaluate in Azure
Advanced topics
Licenses
Source Code & Development