Open lkcao opened 2 years ago
Hello, I wonder if your problem has been solved. I need to use the Poincaré embeddings to my dataset's label hierarchy, How do you train it on your own dataset? Do I only need to change the file opened in transitive_closure.py and run this script, and leave the rest unchanged?
Hi there, I have a quite large dataset and GPU usage that does not exceed 24 hours. In this case, I need to restore from checkpoint and continue to train the old models. The current situation is that, each time I try to do so, it is shown that the dimension of parameters is not correct--originally I train a 2-dimension embedding but now the dim of parameter is 21. Any thoughts on this? Any advice?