Browse Source

fix issue

pull/3439/head
zhoupzh 2 years ago
parent
commit
d7efd833c3
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      web_src/js/standalone/cloudbrainNew.js

+ 4
- 1
web_src/js/standalone/cloudbrainNew.js View File

@@ -221,7 +221,10 @@
if (value === "BRAINSCORE") {
$('#brainscore_child_type').css('display', 'block')
$('#benchmark_model_example').attr('href', 'https://openi.pcl.ac.cn/BDIP/similarity2brain_ann')
} else {
}else if(value === "SNN4ECOSET"){
$('#brainscore_child_type').css('display', 'none')
$('#benchmark_model_example').attr('href', 'https://openi.pcl.ac.cn/BDIP/snn4ecoset')
}else {
$('#brainscore_child_type').css('display', 'none')
$('#benchmark_model_example').attr('href', 'https://openi.pcl.ac.cn/BDIP/snn4imagenet')
}


Loading…
Cancel
Save