The only theano dependency is due to the modification of `temporal_padding` in [NGF/layers.py]( https://github.com/keiserlab/keras-neural-graph-fingerprint/blob/92a5807dc31630f4fee338ef6c1b01a51786e472/NGF/layers.py#L16) See if the desired modification is supported in keras 2 (after fixing #10) and otherwise implement it in Tensorflow in parallel.
The only theano dependency is due to the
modification of
temporal_paddingin NGF/layers.pySee if the desired modification is supported in keras 2 (after fixing #10) and otherwise implement it in Tensorflow in parallel.