-
Hi,
When I ran the sample code, I encountered the following error
> Traceback (most recent call last):
File "gcn_LR2_LR_as_nega_big.py", line 75, in
model = Model(inputs=[X_in, A_in], o…
-
Hi,
Looks like if I specify any `embedding_dim` other than `64` would result in an error? For example,
```
import torch
import pinot
import numpy as np
ds = pinot.data.moonshot()
ds = pinot…
-
## ❓ Questions & Help
Hi guys, I am runing deepchem 2.8.0 in windows 11, with tensorflow 2.17.0 (keras 3.5.0), also pytorch(2.1.0+cu118).
when I run the examples from the tutorials:
import deep…
-
I have trained the model successfully but i am getting following error on test data
`ValueError: Input 1 is incompatible with layer model_2: expected shape=(None, 2708), found shape=(None, 1000)`
-
Hello,
I updated your latest code, and then used the davis dataset you provided to build two scripts for training and forecasting. The training can be done normally, but I predict that I got an unexp…
-
我是一名学生,想要复现文章的代码,我按照代码中的注释使用 BrainGNN_Pytorch 项目中的 01-fetch_data.py 下载了 ABIDE 数据集的 pipeline: cpac,atlas: ho 的数据,将下载的数据放在了 ./input/data/ 文件夹,我将 Phenotypic_V1_0b_preprocessed1.csv 中创建了 Group 列,等于 DX_GRO…
-
## 🛠 Proposed Refactor
Modify all `forward` methods not to reference `size` in their signature and arguments, and modify the tests to pass accordingly.
### Motivation
Taking hint from e42ac5…
-
### 🐛 Describe the bug
**i'm working with a GCN model using Pytorch_geometric , i created my costom dataset with this shape**
Data(x=[16, 7], edge_index=[2, 28], edge_attr=[28, 3], y=[1280], z=[4…
-
We have derived molecule-specific bond/angle force field parameters for ~20K molecules hosted on QCArchive.
We would like to use these data to train espaloma to assign bond/angle parameters to any …
-
DeepChem has a number of featurization methods implemented in `dc.feat`. However, there does not exist yet a good tutorial that explains these various featurization methods. There are a lot of featuri…