pdbbind_nn.py no longer working.
Opened this issue · 3 comments
jhjensen2 commented
https://github.com/deepchem/DeepLearningLifeSciences/blob/master/Chapter05/pdbbind_nn.py throws this error
RuntimeError: expected scalar type Float but found Char
rbharath commented
@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
jhjensen2 commented
For some reason I am now getting a different error:
https://colab.research.google.com/drive/1yZUVSwqSyytjryB6-aj0iEuUOE3IcRPw?usp=sharing
alessandronascimento commented
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.