ignacio-rocco / cnngeometric_pytorch

CNNGeometric PyTorch implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError on CNNGeometric

katano opened this issue · 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?

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

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

Which number should output_dim be set for 'tps'?