| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <mxfile host="65bd71144e">
- <diagram id="nKO4jLVDNhHVAdHXDorT" name="Page-1">
- <mxGraphModel dx="1382" dy="1951" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
- <root>
- <mxCell id="0"/>
- <mxCell id="1" parent="0"/>
- <mxCell id="2" value="配置文件" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
- <mxGeometry x="260" y="-110" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="20" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="3" target="13">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="3" value="加载数据<br>(模型输入)" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
- <mxGeometry x="160" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="8" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="5" target="7">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="5" value="训练模型" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
- <mxGeometry x="220" y="320" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="7" value="保存模型" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
- <mxGeometry x="220" y="420" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="13" value="模型监控" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
- <mxGeometry x="400" y="210" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="15" value="实时优化" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
- <mxGeometry x="30" y="210" width="120" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="21" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="19" target="13">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="19" value="加载数据<br>(模型输出)" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
- <mxGeometry x="400" width="120" height="60" as="geometry"/>
- </mxCell>
- </root>
- </mxGraphModel>
- </diagram>
- </mxfile>
|