lllliy

Results 7 issues of lllliy

Hi @lucidrains, I found that the input of the En-Transformer is different from EGNN in your released repository that EGNN using `torch_geometric` lib to deal with the node and edge....

Hi, thanks for your coding. but i don't find the `downsample` operation.

Hi, i get the token through your step, and when i run the code, `print(client.get_chat_history())` can return, but when i run the part about `for chunk in client.send_message(bot, message):`, there...

train了50个epoch,突然报这个错误。请问了解不? ![image](https://github.com/bubbliiiing/ddpm-pytorch/assets/38215077/180b97be-709c-47cf-ba84-79f77551a058)

大家训练过程中有遇到这个错误吗?训练中途,报错,segmentation fault (core dumped)...

运行到n个epoch后,提示TypeError: 'Tensor' object is not iterable.不知道大家遇到过没? `utils_fit.py` 中的 optimizer.step()产生的,但是训练了那么多epoch都没问题,为什么会突然出现问题呢?

Hi, thanks for your work! I wondering if you release the test data consistent with your paper? how to test the model on the whole test data? I found that...