|
|
|
@@ -116,8 +116,8 @@ |
|
|
|
data-content={{.i18n.Tr "repo.modelarts.train_job.boot_file_helper"}} |
|
|
|
data-position="right center" data-variation="mini"></i> |
|
|
|
</span> |
|
|
|
<a id="benchmark_model_example" |
|
|
|
href="https://git.openi.org.cn/BDIP/snn4imagenet">{{.i18n.Tr "cloudbrain.view_sample"}}</a> |
|
|
|
<a id="benchmark_model_example" href="https://git.openi.org.cn/BDIP/snn4imagenet" |
|
|
|
target="_blank">{{.i18n.Tr "cloudbrain.view_sample"}}</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="images-new-cb"> |
|
|
|
@@ -307,7 +307,7 @@ |
|
|
|
} |
|
|
|
document.onreadystatechange = function () { |
|
|
|
if (document.readyState === "complete") { |
|
|
|
if ($('input[name=benchmarkMode]').val() === 'alogrithm') { |
|
|
|
if ($('input[name=benchmarkMode]').val() === 'alogrithm' || $('input[name=benchmarkMode]').val() === '') { |
|
|
|
setChildType(); |
|
|
|
} |
|
|
|
} |
|
|
|
|