| @@ -234,36 +234,44 @@ | |||
| <div class="unite min_title inline field required"> | |||
| <label>原模型框架</label> | |||
| <span> </span> | |||
| <select id="SrcEngine" class="ui search dropdown" placeholder="" style='width:50%;color:#000000;' name="SrcEngine" onchange="javascript:srcEngineChanged()"> | |||
| <div style="width:50%;display:inline-block"> | |||
| <select id="SrcEngine" class="ui search dropdown" placeholder="" style='width:50%;color:#000000;' name="SrcEngine" onchange="javascript:srcEngineChanged()"> | |||
| </select> | |||
| </select> | |||
| </div> | |||
| </div> | |||
| <div class="unite min_title required inline field" id="inputdataformat_div"> | |||
| <label>输入数据格式</label> | |||
| <span> </span> | |||
| <select id="inputdataformat" class="ui search dropdown" placeholder="" style='width:50%' name="inputdataformat"> | |||
| <option name="NCHW" value="NCHW">NCHW</option> | |||
| <option name="NHWC" value="NHWC">NHWC</option> | |||
| </select> | |||
| <div style="width:50%;display:inline-block"> | |||
| <select id="inputdataformat" class="ui search dropdown" placeholder="" style='width:50%' name="inputdataformat"> | |||
| <option name="NCHW" value="NCHW">NCHW</option> | |||
| <option name="NHWC" value="NHWC">NHWC</option> | |||
| </select> | |||
| </div> | |||
| </div> | |||
| <div class="unite min_title required inline field" id="inputshape_div"> | |||
| <label>输入张量形状</label> | |||
| <span> </span> | |||
| <input style="width: 50%;" id="inputshape" name="inputshape" placeholder="如:1,1,32,32,与输入数据格式对应。" required maxlength="25"> | |||
| <input style="width: 26%;" id="inputshape" name="inputshape" placeholder="如:1,1,32,32,与输入数据格式对应。" required maxlength="25"> | |||
| </div> | |||
| <div class="unite min_title inline field required"> | |||
| <label>转换后格式</label> | |||
| <span> </span> | |||
| <select id="DestFormat" class="ui search dropdown" placeholder="" style='width:50%' name="DestFormat"> | |||
| <div style="width:50%;display:inline-block"> | |||
| <select id="DestFormat" class="ui search dropdown" placeholder="" style='width:50%' name="DestFormat"> | |||
| </select> | |||
| </select> | |||
| </div> | |||
| </div> | |||
| <div class="unite min_title inline field"> | |||
| <label>网络输出数据类型</label> | |||
| <select id="NetOutputFormat" class="ui search dropdown" placeholder="" style='width:50%' name="NetOutputFormat"> | |||
| <div style="width:50%;display:inline-block"> | |||
| <select id="NetOutputFormat" class="ui search dropdown" placeholder="" style='width:50%' name="NetOutputFormat"> | |||
| </select> | |||
| </select> | |||
| </div> | |||
| </div> | |||
| <div class="unite min_title inline field"> | |||