Juyong / DHNN_BodyRepresentation

Source code for the paper "Disentangled Human Body Embedding Based on Deep Hierarchical Neural Network" (TVCG2020).
40 stars 5 forks source link

Torch dependencies #4

Closed MaxMayya closed 4 years ago

MaxMayya commented 4 years ago

Hi, What version are you using for torch-sparse, torch-scatter, torch-cluster and torch-spline-conv?

jby1993 commented 4 years ago

These libs are used by PyTorch geometric, My used version is 1.3.2. You can find its dependence on the website of pytorch geometric. And I list my used version here as reference: torch-sparse(0.4.0), torch-scatter(1.3.1), torch-cluster(1.4.4), torch-spline-conv(1.1.0).

MaxMayya commented 4 years ago

Thank you the versions you provided worked like a charm!