lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.96k stars 417 forks source link

Model Complexity #91

Open tom-bu opened 5 years ago

tom-bu commented 5 years ago

Hi I am wondering how many parameters does the model have. I am trying to list the end to end complexity for my model, but I can't seem to figure out how many parameters were trained for densecrf.

Thanks