connorcoley / scscore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAScore added to DeepChem

lilleswing opened this issue · comments

This is a P.S. not a real issue.

deepchem/deepchem#1182 in case you want to look at the implementation.

It uses tf.losses.hingeloss instead of your shifted relu, which doesn't force differentiation space between a pair of molecules.

Looks great, thanks for letting me know!