File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/CNTKv2LibraryDll/proto/onnx Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5291,11 +5291,11 @@ bool CNTKToONNXHelper::ProcessLoopsAndCheckCNTKNodeContinueCreate(const Function
5291
5291
{
5292
5292
if (futureValueCustomAttrStr == " " )
5293
5293
{
5294
- futureValueCustomAttrStr = " {custom_attributes:" + SerializeDictionaryToString (dict) + " }" ;
5294
+ futureValueCustomAttrStr = " {\" custom_attributes\" :" + SerializeDictionaryToString (dict) + " }" ;
5295
5295
}
5296
5296
else
5297
5297
{
5298
- std::string attrStr = " {custom_attributes:" + SerializeDictionaryToString (dict) + " }" ;
5298
+ std::string attrStr = " {\" custom_attributes\" :" + SerializeDictionaryToString (dict) + " }" ;
5299
5299
if (attrStr != futureValueCustomAttrStr)
5300
5300
{
5301
5301
CNTK::LogicError (" Scan node has multiple FutureValue custom attributes from state: %s" ,
You can’t perform that action at this time.
0 commit comments