Hyperbolic_ZSL icon indicating copy to clipboard operation
Hyperbolic_ZSL copied to clipboard

Could you release data?

Open hongnianwang opened this issue 4 years ago • 5 comments

hongnianwang avatar Jul 10 '20 00:07 hongnianwang

Hello! I just wanted to follow up on this issue. If it is impossible to release data, could you at least thoroughly describe how it was generated?

Thank you for the great paper!

greeneggsandyaml avatar Sep 20 '20 01:09 greeneggsandyaml

Hello! I just wanted to follow up on this again.

greeneggsandyaml avatar Sep 25 '20 15:09 greeneggsandyaml

HI ! greeneggsandyaml, are you finish this work? if you have finish this work, could you please release your data processing code? I am very grateful ! This is my E-mail: [email protected]

2653888596 avatar Oct 22 '20 03:10 2653888596

HI ! greeneggsandyaml, are you finish this work? if you have finish this work, could you please release your data processing code? I am very grateful ! This is my E-mail: [email protected]

haha, It seems everyone is stuck in the first step. I even cannot run script_hype.sh, because it reminds me that 'no module named geoopt'. After running 'pip install geoopt' and run script_hype.sh again, new mistake occurs 'no module named geoopt.geoopt'. Does anyone know how to tackle it?

CallMeNumber1 avatar Nov 04 '20 14:11 CallMeNumber1

haha, It seems everyone is stuck in the first step. I even cannot run script_hype.sh, because it reminds me that 'no module named geoopt'. After running 'pip install geoopt' and run script_hype.sh again, new mistake occurs 'no module named geoopt.geoopt'. Does anyone know how to tackle it?

Seems I'm really late to this lol, but I solved the geoopt issue by first uninstalling geoopt (using pip). This is because python will default to using the geoopt installed by pip, when you want it to be using the geoopt provided in the repository. Then, you need to make an empty init.py file in the geoopt folder for it to be recognized as a package. This fixed the issue for me.. but now I'm stuck, since the code requires files from a data folder that doesn't exist. Please advise if anyone knows how to make/generate these files

aleks-dimoski avatar Jun 15 '21 16:06 aleks-dimoski