cnngeometric_pytorch
cnngeometric_pytorch copied to clipboard
TypeError on CNNGeometric
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'?