cnngeometric_pytorch icon indicating copy to clipboard operation
cnngeometric_pytorch copied to clipboard

TypeError on CNNGeometric

Open sastles-com opened this issue 4 years ago • 2 comments

Hi, I'm interested in your works.

When I cloned this git, and run "python demo.py". I got this error "TypeError: init() got an unexpected keyword argument 'geometric_model'"

in the "cnn_geometric_model.py", I found the class "CNNGeometric". but there is no argument 'geometric_model'.

any suggession?

sastles-com avatar Jun 05 '20 02:06 sastles-com

drop it 'geometric_model' was droped so use output_dim to control mode

kornellewy avatar Sep 08 '20 18:09 kornellewy

drop it 'geometric_model' was droped so use output_dim to control mode

Which number should output_dim be set for 'tps'?

Barnonewdm avatar Aug 30 '21 07:08 Barnonewdm