-
### 🐛 Describe the bug
i'm building a GNN model using pytorch geometric for multicalssifiction of molécule edges.
this is the code model.
`class GCN(torch.nn.Module):
def __init__(self, f…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
Hi @jsilter,
while running inference.py for pdbbind dataset on 363 complexes mentioned in testset_csv.csv sometimes throwing the below error
48it [49:44, 25.37s/it]--- Logging error ---
Traceback…
-
Hello!
Congratulations on the acceptance of your paper; it's truly impressive work! I have a few questions regarding the detailed implementation and would greatly appreciate any insights from you o…
-
### 🐛 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…
-
Suppose we have two triangles, one have vertexes 0, 1, 2, the other have vertexes 3, 4, 5, then we use planar_face_traversal to traversal it, we will get 4 faces:
New face: 0 1 2
New face: 1 0 2 …
-
Why is `batch_size*2` passed as a parameter in the following lines instead of `batch_size`?
In `train_LEP.py`:
`noisy_image, noise_level, timesteps = noisy_latent(latent_image, pipe.scheduler, b…
-
## 🐛 Bug: Getting 'cudaErrorIllegalAddress' when using GraphUNet
This one gives me `RuntimeError: transform: failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered…
-
@Johannes-S
We are having trouble with a test of ```combinatorial_embedding_to_pos```.
The test is called ```test_invalid_half_edge```. The problem can be seen if you replace the test's ```embeddin…
-
### 🐛 Describe the bug
Hello, we have encountered a problem when using GCNConv and HypergraphConv for graph representation learning. We want to use GCNConv and HypergraphConv layers to process graph…