Bharath Ramsundar

Results 191 comments of Bharath Ramsundar

Thanks for starting this effort! **Your name:** Bharath Ramsundar **Your job other than this review:** Entrepreneur. Lead developer of the DeepChem project. **What you hope to get out of participating:**...

Sounds like a useful dataset!

In general models autosave when `fit()` is called (the `save()` method is a vestigial remnant of older implementations that we should clean up). Try `restore()` instead of `reload()` as well

I think the issue is that Weave is unstable for some hyperparameters and sometimes produces NaNs. I'd recommend playing with the learning rate to see if you can stabilize trainiing....

I believe that this looks reasonable as a change. @austereantelope is this ready to merge in?

Thank you for the bug report! I'll mark this as a bug and open for contribution

Yes that would be a great idea. The way we've done this before is ensuring the existing TF tests pass out of box for the PyTorch reimplementation

Also #2863 is related to this list. Converting the remaining TF models to PyTorch may necessitate adding some new layers in as well

Here's a workaround if you're running into this issue: Make dummy labels and add them to your dataset for prediction. Here's a snippet that fixes the code sample above: ```...

We are generally migrating away from TensorFlow to PyTorch. I anticipate that over the next few releases a lot of this old TF code will be migrated forward. We are...