Closed m-zara closed 6 years ago
Hi, can you describe what "old style" model means?
Your new ELL model generator from CNTK puts these layers at the beginning:
"nodes": [
{
"_type": "InputNode
But retargetTrainer has not been updated yet, this function does not put above layers at the beginning, just these ones:
"nodes": [
{
"_type": "InputNode
Thanks for the clarification, will take a look and get back shortly
Hi! This is now fixed with v2.2.0.
Thank you.
I have downloaded today an updated model from ELL-models repository. retargetTrainer generates old style model, although I give this new style trained model as input.