AstraZeneca / chemicalx

A PyTorch and TorchDrug based deep learning library for drug pair scoring. (KDD 2022)
https://chemicalx.readthedocs.io
Apache License 2.0
708 stars 87 forks source link

BatchGenerator move back to name space #79

Closed benedekrozemberczki closed 2 years ago

benedekrozemberczki commented 2 years ago

BatchGenerator was removed from the central data namespace. This should not be like this.

cthoyt commented 2 years ago

This is probably something I did. can you elaborate on the issue?

benedekrozemberczki commented 2 years ago

The init file under data is missing the batch generator, so the example in the paper is broken right now.