-
Notifications
You must be signed in to change notification settings - Fork 4.3k
How do I in BrainScript
Chris Basoglu edited this page Apr 12, 2017
·
22 revisions
Adapt models
- Use a trained model as a feature extractor?
- Use an already trained network multiple times inside a larger network?
- Adapt a model I trained on one task to another
- Save and reload weights from one model to another
- Continue training from a previously saved model?
Read things
- Specify multiple label streams with the HTKMLFReader?
- Use the built-in readers to train a network model using multiple input files?
- Put labels and features in separate files with CNTKTextFormatReader?
Deal with errors
- Deal with the error "No node named 'x'; skipping"?
- Avoid the "AddSequence: Sequences must be a least one frame long." exception in sequence to sequence?
- Deal with the "No Output nodes found" error?
- Deal with the error "Reached the maximum number of allowed errors"?
- Deal with "InputValue operation had its row dimension x changed by the reader to y"?
- Avoid the error CURAND failure 201?