-
The following are the results I obtained after executing the file train_SRGCAE_Local.py.
![SRGCAE_EdgeConc_DI](https://github.com/user-attachments/assets/8157b1f1-85bc-42cb-8f8d-f2c4a9c03d22)
![SRGC…
-
## 🔨Work Item
**IMPORTANT:**
* This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates.
* DO NOT create a new…
-
## 🐛 Bug
Standard featurizers like GraphConv and AtomicConvFeaturizer no longer featurize PDB Bind dataset loaded with `load_pdbbind()` or if they do, result in incompatible dataset datatypes with …
-
I have encountered such a mistake:
Traceback (most recent call last):
File "main.py", line 6, in
from models.losses import chamfer_distance
File "/home/lab505/gpu_point2mesh/models/loss…
-
Hi, tkipf, i run GCN on NELL dataset. I have watched the closed issue #14 and edit the code, but i still have the same problem.
this is the errore output:
Traceback (most recent call last):
File …
-
Why AttributeError: 'GINEConv' object has no attribute '_explain'?
-
Hi, there are some updates to the Spektral's Convolutional layers:
A_in = Input(tensor=sp_matrix_to_sp_tensor(fltr)) will lead to failure
And GraphConv has been removed as well.
I will be r…
-
## Environment
* OS: MacOS
* Python version: 3.11
* DeepChem version: 2.8.0
* RDKit version (optional): 2024.3.1
* TensorFlow version (optional): 2.16.2
* PyTorch version (optional):
## …
-
Dear All,
The molecular featurization is done using ECFP or GraphConv or etc. This converts the single molecule to appropriate format for machine learning. Does deepchem have the capability to do f…
-
**Description:**
Hello everyone, I'm new to deepchem.
And I had run the exampl in this website: https://deepchem.io/docs/notebooks/graph_convolutional_networks_for_tox21.html
I run the whole exampl…