-
As raised in [the issue](https://stackoverflow.com/questions/55793537/solve-nonlinear-equations-with-sympy-but-i-got-results-with-a-small-imaginary-p/56104679#56104679) in which a light weight solutio…
-
Is there a specific reason why the check below is strict (``) and not loose (`=`) ?
https://github.com/hungpham2511/toppra/blob/8387f7dd9a9063ca665c084fbf53396b55f72ab3/cpp/src/toppra/geometric_pat…
-
### 😵 Describe the installation problem
I'm installing `pytorch_geometric` on apple M1. I use pip to install it on a conda environment.
> `/opt/anaconda3/envs/MyEnv/bin/pip install torch-scatter…
-
Designing a unique take on an ancient character like the Phoenician letter "𐤀" (Aleph) can be a fascinating project. Let’s go through the process of creating a fresh interpretation of this character.
…
-
### 🐛 Describe the bug
I am training a GCN model using pytorch geometric that calculate the attention weight betwenn each pair of nodes,
but my loss function does not update during training.
**thi…
-
We should definitely organize the `examples` directory into subdirectories as this package becomes larger, but I am not sure if it makes sense to do so based on solver/mesh type the way Trixi.jl does.…
-
I noticed some existing code bases from previous work. Since we are heading towards using `torch_geometric`, which itself has pretty complete data structures for graphs, should we just directly use th…
-
### Steps to reproduce
1. Where are you starting? What can you see?
An image in a room with a long `body`
2. What do you click?
Click the image and expect the fullscreen popup but nothing appea…
-
From now on, we recommend using our discussion forum (https://github.com/rusty1s/pytorch_geometric/discussions) for general questions.
## ❓ Questions & Help
-
### 😵 Describe the installation problem
Fresh 3.8 Python env
Then
```
mamba install pytorch torchvision torchaudio cpuonly -c pytorch
mamba install pyg -c pyg -c conda-forge
```
```
>>…