|
|
@@ -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') |
|
|
|
} |
|
|
|