Xinyu Yuan
Xinyu Yuan
Hi, I have just the same question here.
I meet the exact same issue here while `pip` install cannot solve the problem.
Hi, I met similar problems with the latest Transformers, where training gets stuck in the evaluation_loop of trainer.py. @clinton81 Have you found any solution?
Downgrading Transformers to v4.19.4 works (same code, same data, same command).
@v-shaoningli created a discussion (https://github.com/RosettaCommons/RFdiffusion/discussions/98). I think we wonder similar questions: (1) whether the simplified implementation adopted by bit diffusion would hurt the performance for RFDiffusion (2) whether this is...
Hi. I'm quite confused that it have to be a fix-sized vector because Graph-VAE allows a sequence of vectors for each node in the graph. Could you please explain why...