Hyperbolic_ZSL
Hyperbolic_ZSL copied to clipboard
Could you release data?
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!
Hello! I just wanted to follow up on this again.
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]
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?
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