diff --git a/templates/repo/cloudbrain/benchmark/new.tmpl b/templates/repo/cloudbrain/benchmark/new.tmpl index 94fa5fcc8..a602b3741 100755 --- a/templates/repo/cloudbrain/benchmark/new.tmpl +++ b/templates/repo/cloudbrain/benchmark/new.tmpl @@ -108,12 +108,35 @@ -
+ +
+
+ + +
+ @@ -253,8 +276,10 @@ onChange: function(value, text, $selectedItem) { console.log(value,text) if(value==="BRAINSCORE"){ + $('#brainscore_child_type').css('display','block') $('#benchmark_model_example').attr('href','https://git.openi.org.cn/yult/similarity2brain_ann') }else{ + $('#brainscore_child_type').css('display','none') $('#benchmark_model_example').attr('href','https://git.openi.org.cn/yult/snn4imagenet') } }