|
|
|
@@ -536,7 +536,7 @@ |
|
|
|
itemHtml += "<option class=\"item\" data-value=\"5\">OneFlow</option>" |
|
|
|
itemHtml += "<option class=\"item\" data-value=\"6\">MXNet</option>" |
|
|
|
itemHtml += "<option class=\"item\" data-value=\"3\">Other</option>" |
|
|
|
$('#choice_Engine .default.text').text("Pytorch"); |
|
|
|
$('#choice_Engine .default.text').text("PyTorch"); |
|
|
|
$('#choice_Engine input[name="Engine"]').val(0) |
|
|
|
$("#job-Engine").append(itemHtml); |
|
|
|
$("#choice_Engine").removeClass('disabled'); |
|
|
|
|