forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Layer wise training
Nikos Karampatziakis edited this page Aug 17, 2016
·
1 revision
To perform layer-wise training simply use multiple "commands" in your config file, where each command is of type action=train.
command = TrainLayer1:TrainLayer2:TrainLayer3:EndToEndTrain:Test:Output
TrainLayer1= [
action = train
...
]
TrainLayer2= [
action = train
...
]
...
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