alibaba / Curvature-Learning-Framework

Curvlearn, a Tensorflow based non-Euclidean deep learning framework.
Apache License 2.0
156 stars 31 forks source link

How can i run with the product of manifolds #5

Open nguyentuc opened 2 years ago

nguyentuc commented 2 years ago

Hi teams, thank you for the quick support. I am trying to run these models with the product of manifolds. For example, with HGCN, in the config.py, I used manifold with Product(Euclidean(), Stereographic()). But it seems doesn't work and has a bug. Did I do any wrong? Thank you so much.