seq2seq-fingerprint icon indicating copy to clipboard operation
seq2seq-fingerprint copied to clipboard

Official Implementation for "Seq2seq Fingerprint: An Unsupervised Deep Molecular Embedding for Drug Discovery".

Results 8 seq2seq-fingerprint issues
Sort by recently updated
recently updated
newest added

Great work guys! I'm re-implementing this seq2seq model, but somehow I'm facing issues about data used in the paper. In the original paper, the seq2seq model is trained with the...

When running decode.py in sample regime i'm getting following error: KeyError: "The name 'model_with_buckets/embedding_attention_seq2seq_1/rnn/rnn/embedding_wrapper/embedding_wrapper/multi_rnn_cell/cell_0/cell_0/gru_cell/add_59:0' refers to a Tensor which does not exist. The operation, 'model_with_buckets/embedding_attention_seq2seq_1/rnn/rnn/embedding_wrapper/embedding_wrapper/multi_rnn_cell/cell_0/cell_0/gru_cell/add_59', does not exist in the...

Please also mention that it requires python 2.7. As I could not execute in 3.5. Thanks,

https://github.com/tensorflow/models/tree/master/textsum

future