Fixed an issue for generating name pairs
This commit is contained in:
Родитель
c6dccd344d
Коммит
351fddf54e
|
@ -173,7 +173,7 @@ private:
|
|||
description += " ";
|
||||
else
|
||||
first = false;
|
||||
description += ("<<<" + iter->second + ", " + cntk_name + ">>>");
|
||||
description += ("<<<" + uid_iter->second + ", " + cntk_name + ">>>");
|
||||
}
|
||||
}
|
||||
return description;
|
||||
|
|
Загрузка…
Ссылка в новой задаче