SCF-Net icon indicating copy to clipboard operation
SCF-Net copied to clipboard

model.summary() or model parameters calculation issue

Open raoumairwaheed opened this issue 3 years ago • 0 comments

I want to Print model summary, but when I call model.summary() in s3dis.main after model = Network(dataset, cfg) attribute error occurs. If you know any other way to calculate the number of model parameters that will be also helpful.

thankyou

Error: AttributeError: 'Network' object has no attribute 'summary'

raoumairwaheed avatar Feb 10 '22 09:02 raoumairwaheed