microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.52k stars 4.28k forks source link

save a multi-output model and then continue training from the saved file #3736

Open monirhaji opened 5 years ago

monirhaji commented 5 years ago

Hi,

I have a model with three outputs and I wonder how I can save them together in one file. Right now, I just save them separately in 3 different files. But then I have problem in loading the file and continue training.

Could you please also let me know how I continue training from a saved multi-output file?

thanks

delzac commented 5 years ago

Does using C.combine help? It allows you to combine multiple output onto a node.