-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
End-to-end performance benchmarks of ANI-2x
Molecule: 46 atoms (pytorch/molecules/2iuz_ligand.mol2
)
GPU: GTX 1080 Ti
Forward & backward passes with complete ANI-2x:
- TorchANI with original featurizer: 90 ms
- TorchANI with our featurizer: 81 ms
Just forward pass with complete ANI-2x:
- TorchANI with original featurizer: 25 ms
- TorchANI with our featurizer: 23 ms
Forward & backward passes with ANI-2x using just one set of the atomic NNs, not 8:
- TorchANI with original featurizer: 11 ms
- TorchANI with our featurizer: 6.8 ms
Just forward pass with ANI-2x using just one set of the atomic NNs, not 8:
- TorchANI with original featurizer: 6.3 ms
- TorchANI with our featurizer: 3.7 ms
Originally posted by @raimis in #5 (comment)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request