deepchem/DeepLearningLifeSciences

pdbbind_nn.py no longer working.

Opened this issue · 3 comments

https://github.com/deepchem/DeepLearningLifeSciences/blob/master/Chapter05/pdbbind_nn.py throws this error

RuntimeError: expected scalar type Float but found Char

@jhjensen2 Thanks for the bug report! Would it be possible to give us the full stack trace for the error? We will look into it

Same thing here!

I may be wrong, but it seems that featurizer is not featurizing... instead, it is writing a array of zeroes or something like that.

Similar to @jhjensen2 , I am trying to run the code on Google Colab.