xinyue96

Results 3 issues of xinyue96

Hi, I am trying to reproduce Figure 3 (b) in your paper, and what I did was first train Disease_lp data with the hyperboloid manifold for 3 dimension, python train.py...

The paper says that to decode the binary tree from the embedding, a top-down greedy approach is used. However from the code, it seems that still a bottom up approach...

Hi, I am having some trouble loading the checkpoint file (e.g. checkpoint_planar.ckpt) I cloned the latest version of your code and did: from diffusion_model_discrete import DiscreteDenoisingDiffusion model =DiscreteDenoisingDiffusion.load_from_checkpoint('/.../checkpoint_planar.ckpt',map_location='cuda:0') Then I...