image-segmentation-keras icon indicating copy to clipboard operation
image-segmentation-keras copied to clipboard

How can I get the model_config from the models?

Open Caioww opened this issue 5 years ago • 0 comments
trafficstars

How can I get the model_config from the models?

example:

model_config = { "output_height": 96, "input_height": 384, "input_width": 576, "n_classes": 151, "model_class": "resnet50_pspnet", "output_width": 144 }

Caioww avatar Aug 15 '20 18:08 Caioww