William Finnigan
William Finnigan
google colab
Hi, great package! I was wondering if you had any tips for getting the graph to load in google colab. Currently, I get 'localhost refused to connect' as an error.
Hey Samual and team, Thanks for this awesome work. Just a quick question about your UCB formula. I've seen the UCB1 formula written as `wi/ni + c*sqrt(ln(N)/ni)`. But in your...
Hi, Nice project. I've got quite a simple rule I'd like to apply which has no chirality specified. `[#6:4][#8:6][#6:2](=[O:3])[#6:1] >> [#6:4][#6:2](=[O:3])[#6:1]` This works fine in most cases, but not for...
Currently only the Sobol Sensitivity Analysis is implemented through SALib. Implement other methods? SALib only takes uniform distributions, so using other distributions is a bit of a problem? If we...
Running MolScribe in a Jupyter notebook works nicely for me. Running the same code as a .py causes my computer to freeze due to insane cpu usage. Running this piece...
### Bug Getting a AttributeError: module 'torch.compiler' has no attribute 'is_compiling' error which is caused by a function call in the transformers library. Downgrading to transformers-4.44.2 fixed this for me....