Implementation-MolGAN-PyTorch
Implementation-MolGAN-PyTorch copied to clipboard
PyTorch implementation of MolGAN: MolGAN: An implicit generative model for small molecular graphs.
Hello, Thank you for your code. But when I run main_gan and I set WGAN-Lambda = 0.0, the model can't generate a molecular graph, but some strange graphs. What's wrong...
I found the 'data_loader.py' is include in your code, but not used. Can you tell me how to use ‘data_loader.py’ in your model for data loading? Thanks.
Thank you for your exciting work! But when I was running the GAN model, I encountered a problem. ———————————————————————— Start training... [W python_anomaly_mode.cpp:104] Warning: Error detected in AddmmBackward. Traceback of...
I am facing this error while training the model after 21st epoch. RuntimeError: CUDA out of memory. Tried to allocate 2.00 MiB (GPU 0; 10.92 GiB total capacity; 9.98 GiB...
Hi Qin, Great work! Do you have the environment file of conda for running your code? Best, Ken
For how much epochs / image samples did you ran the model to get he results you added in your readme.md file for GAN model