-
原论文中在计算矩阵G的时候未写明三个矩阵的size,但是根据原论文中此处引用的2个文献里的计算方式:
1 ABCNN: attention-based convolutional neural network for modeling sentence pairs.
2 Attentive pooling networks
我觉得原文中G的size应该是 n * nr,对应的,R_star …
-
We currently lack a tutorial for running atomic convolutions. Here's some of the material it would be good to cover in such a tutorial:
- Introduce the basic structure of the Atomic Conv model. The…
-
We've been having a number of conversations within the DeepChem development team about the future of DeepChem. We want to open out our discussion to the broader community to get your feedback on what …
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
1.Im trying to use Graphein library and while setting up the environment I get the following error.
`File "d:\desktop2.0\pr…
-
## 🐛 Bug
I attempted to use AtomicConvModel with pdbbind dataset loaded with _load_pdbbind(),_ but got the following error:
```
train_dataset.get_shape()
((8, 3, 4), (8, 1), (8, 1), (8,)) # a …
-
I believe there is an issue with adding the feature, Sex, into the model. One of the categories of Sex is Infant (I). It doesn't really make sense for our model to be predicting age if we are already …
-
Currently, Graphein is built with DGL 0.4.3
This throws an error:
```File "d:\desktop2.0\prot\graphein\graphein\construct_graphs.py", line 23, in from dgllife.utils import mol_to_bigraph, mol_…
a-r-j updated
3 years ago
-
## ❓ Questions & Help
Hi everyone,
I came across the featurized and split ACNN dataset here (https://github.com/deepchem/deepchem/blob/master/contrib/atomicconv/acnn/core/get_acnn_core.sh ) an…
-
```
_______________ ERROR collecting tests/test_models/test_mpnn.py ________________
ImportError while importing test module '/home/runner/work/crescendo/crescendo/tests/test_models/test_mpnn.py'.
…
-
v0.5 Release
===
[Enhancement] Distributed GNN training
---
- [ ] Enable distributed computation for all core sampling/randomwalk APIs
- [ ] Distributed graph store design and implementation
- […