keras-neural-graph-fingerprint icon indicating copy to clipboard operation
keras-neural-graph-fingerprint copied to clipboard

Use SparseTensors in preprocessing

Open tivaro opened this issue 9 years ago • 0 comments
trafficstars

The SparseTensors implemented in NGF/sparse.py are very well suited for the molecule data structures/distributions used in these repo. An advantage of the SparseTensors tensors is that they do not require padding.

It would be easy to implement an append or an extend method to merge the tensors. This would significantly speed up the preprocessing for larger datasets, and obsolete the padaxis and concat_mol_tensors functions.

tivaro avatar Nov 03 '16 18:11 tivaro