Closed oscarzbz closed 7 years ago
Did you observe this on the current master branch or a very old binary?
This issue has been dormant for a long while, please check out the latest CNTK release. If you still run into problems, please open a new issue.
I'm sorry to bother you again. I'd like to train a mix-model (CNN+BLSTM) for wave labelling, the cnn (well-trained in the previous project) in the mix-model outputs the feature of the waveform.I want to use the cnn as the feature of the BLSTM, that is to say , what I want to train of the mix-model is the BLSTM part but CNN. I have already built a .mel file, and add the “edit" block to the configfile. In the mel file , I use SetPropertyForSubTree to prevent the CNN from updating , but an error occured. The Error is as below:
Additionally, this is the ndl of link1
And here is the mel code
Is there anybody who can tell me what to do ? Esteem it a favor