kfzyqin / Implementation-MolGAN-PyTorch

PyTorch implementation of MolGAN: MolGAN: An implicit generative model for small molecular graphs.
53 stars 9 forks source link

About the code: data_loader.py. #11

Open EimhinLiu opened 1 year ago

EimhinLiu commented 1 year ago

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.