address CR
This commit is contained in:
Родитель
c3d744010b
Коммит
bda8fcbca0
|
@ -5291,11 +5291,11 @@ bool CNTKToONNXHelper::ProcessLoopsAndCheckCNTKNodeContinueCreate(const Function
|
|||
{
|
||||
if (futureValueCustomAttrStr == "")
|
||||
{
|
||||
futureValueCustomAttrStr = "{custom_attributes:" + SerializeDictionaryToString(dict) + "}";
|
||||
futureValueCustomAttrStr = "{\"custom_attributes\":" + SerializeDictionaryToString(dict) + "}";
|
||||
}
|
||||
else
|
||||
{
|
||||
std::string attrStr = "{custom_attributes:" + SerializeDictionaryToString(dict) + "}";
|
||||
std::string attrStr = "{\"custom_attributes\":" + SerializeDictionaryToString(dict) + "}";
|
||||
if (attrStr != futureValueCustomAttrStr)
|
||||
{
|
||||
CNTK::LogicError("Scan node has multiple FutureValue custom attributes from state: %s",
|
||||
|
|
Загрузка…
Ссылка в новой задаче