Brian DeCost

Results 24 comments of Brian DeCost

> If it is possible just downgrade the scipy? it's probably possible, unless some other dependency requires a new version of scipy

can you share which version of PyTorch you have installed? I was able to make a clean python 3.8 environment with PyTorch 2.0.1 and DGL "1.0.2+cu118", and I had no...

> However, when I look at alignn.models.alignn.ALIGNNConv.forward, I see that the edge-gated graph convolution is actually applied on the atomistic/direct graph first, and then the updated pair features are passed...

Thanks for the feedback! I'm labeling this as a bug, because default commandline arguments should not overwrite explicitly set configuration. Sorry if this has caused some grief. There are a...