muhanzhang / pytorch_DGCNN

PyTorch implementation of DGCNN
MIT License
369 stars 122 forks source link

How to convert to multilabel classifier #16

Closed matgreco closed 3 years ago

matgreco commented 5 years ago

Hello,

How can i convert the code for multilevel graphs classifier?

Thank's-

veophi commented 5 years ago

Hello,

How can i convert the code for multilevel graphs classifier?

Thank's-

I think you just replace the last dense layer with multilabel classifier.

matgreco commented 5 years ago

Hello, How can i convert the code for multilevel graphs classifier? Thank's-

I think you just replace the last dense layer with multilabel classifier.

Sure! thank's.

But the project, into his mlp file include a function to make regresions.

How can i use it?

muhanzhang commented 3 years ago

See #23