kfzyqin / Implementation-MolGAN-PyTorch

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

About the code: data_loader.py. #11

Open EimhinLiu opened 11 months ago

EimhinLiu commented 11 months 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.