X3D-tf icon indicating copy to clipboard operation
X3D-tf copied to clipboard

Model.summary() error

Open TheKursta opened this issue 3 years ago • 0 comments

Hi!

When I try to execute model.summary() after loading weights in eval.py line 77, I get following error:

"" summary() missing 1 required positional argument: 'input_shape' ""

Is there a particular pipeline needed to be executed to have model architecture be easily printable? I would like to remove final classification head and append my own for fine-tuning on different dataset.

TheKursta avatar Dec 20 '21 12:12 TheKursta