You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do? It seems that it is turning the SMILES inputs to a matrix of one-hot vectors. But it also adds 4 additional lines: an empty line at the beginning and 3 lines at the end. Then it returns 0:-1 and 1: as Xs and X. What's the point in doing so?
The text was updated successfully, but these errors were encountered:
Thanks for the great work!
I was wondering what exactly does
do? It seems that it is turning the SMILES inputs to a matrix of one-hot vectors. But it also adds 4 additional lines: an empty line at the beginning and 3 lines at the end. Then it returns
0:-1
and1:
asXs
andX
. What's the point in doing so?The text was updated successfully, but these errors were encountered: