Closed chajath closed 1 year ago
On a batch scale, featurizer loading turned out to be a significant bottleneck.
Issue #, if available: https://github.com/awslabs/dgl-lifesci/issues/205
Description of changes: Load and cache mol featurizer at init time so that it can be reused.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Thank you for your great contribution. You may also update this file if you want: https://github.com/awslabs/dgl-lifesci/blob/master/CONTRIBUTORS.md
Thanks for the review! I pushed another commit to address them
On a batch scale, featurizer loading turned out to be a significant bottleneck.
Issue #, if available: https://github.com/awslabs/dgl-lifesci/issues/205
Description of changes: Load and cache mol featurizer at init time so that it can be reused.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.