File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 44# test models for various frameworks
55torch_models = ["unet2d_fixed_shape" , "unet2d_multi_tensor" , "unet2d_nuclei_broad_model" ]
66torchscript_models = ["unet2d_multi_tensor" , "unet2d_nuclei_broad_model" ]
7- onnx_models = ["unet2d_multi_tensor" , "unet2d_nuclei_broad_model" ]
7+ onnx_models = ["unet2d_multi_tensor" , "unet2d_nuclei_broad_model" , "hpa_densenet" ]
88tensorflow1_models = ["FruNet_model" ]
99tensorflow2_models = []
1010keras_models = ["FruNet_model" ]
2525 "https://raw.githubusercontent.com/bioimage-io/spec-bioimage-io/main/example_specs/models/"
2626 "unet2d_multi_tensor/rdf.yaml"
2727 ),
28+ "hpa_densenet" : (
29+ "https://raw.githubusercontent.com/bioimage-io/spec-bioimage-io/main/example_specs/models/hpa-densenet/rdf.yaml"
30+ ),
2831}
2932
3033try :
You can’t perform that action at this time.
0 commit comments