The model looks like this:
The class for 3_1_1 is missing from the notebook export.(but 3_1_2 is present) - it’s commented out in the list below so that other issues could be sought
layer_classes = {
'DataData_Local_1': DataData_Local_1,
'ProcessReshape_Reshape_1': ProcessReshape_Reshape_1,
'MathMerge_Merge_1': MathMerge_Merge_1,
'MathMerge_Merge_1_1': MathMerge_Merge_1_1,
'DataData_Local_1_1': DataData_Local_1_1,
'DataData_Local_1_2': DataData_Local_1_2,
'MathMerge_Merge_2': MathMerge_Merge_2,
'MathMerge_Merge_2_1': MathMerge_Merge_2_1,
'ProcessReshape_Reshape_2_1': ProcessReshape_Reshape_2_1,
'ProcessReshape_Reshape_2': ProcessReshape_Reshape_2,
'ProcessReshape_Reshape_2_2': ProcessReshape_Reshape_2_2,
'DataData_Local_2': DataData_Local_2,
'ProcessReshape_Reshape_3': ProcessReshape_Reshape_3,
'ProcessReshape_Reshape_3_1': ProcessReshape_Reshape_3_1,
'ProcessReshape_Reshape_3_2': ProcessReshape_Reshape_3_2,
'ProcessReshape_Reshape_4': ProcessReshape_Reshape_4,
'ProcessReshape_Reshape_5': ProcessReshape_Reshape_5,
# 'ProcessReshape_Reshape_3_1_1': ProcessReshape_Reshape_3_1_1,
'ProcessReshape_Reshape_6': ProcessReshape_Reshape_6,
'ProcessReshape_Reshape_3_1_2': ProcessReshape_Reshape_3_1_2,
}
(and of course “graph” is still undefined)
(Final observation: after layer_classes are enumerated, there are edges and conn_info: I’m curious about the use of edges since conn_info implicitly contains edge info.)