rkansal47 / graph-gan

Graph Generative Adversarial Networks for Sparse Data Generation https://arxiv.org/abs/2012.00173
MIT License
4 stars 2 forks source link

Missing file or library in mnist dir? #1

Open WilliamKorcari opened 3 years ago

WilliamKorcari commented 3 years ago

Hi, I was curious to test your project and I tried to run the training on the mnist directory. But when I launch it with the command suggested in the README, I get an error from the acgd.py that tries to load from cgd_utils some methods. I'm not finding any library with that name online, so might it be a missing file? Otherwise, could you point me to the library I need to install?

Thank you,

William K.

WilliamKorcari commented 3 years ago

Same thing with the line from jets_dataset import JetsDataset in the jets directory.

William

rkansal47 commented 3 years ago

Hi, thanks for letting me know! I'll look into this.

In the meantime if you are not specifically interested in the MNIST dataset I'd recommend trying out https://github.com/rkansal47/MPGAN which is a newer version of our model and has been better tested (+ comes with more detailed instructions as well).