-
It will be great to return the index locations from the scatter operations like torch_scatter:
`from torch_scatter import scatter_max
src = torch.Tensor([[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]])
index …
-
Hi everyone,
I need clarification regarding one of the output figures from Kilosort4, specifically the "drift_scatter.png" plot. The y-axis represents the computed depth for each cluster, but I’m u…
-
i updated the offest i could find
i dont know where/how to get
- CameraGameObject
- ViewMatrixOffset
but im not sure why Base Player is 0x0
[+] Found Base Address for RustClient.exe at 0x00007FF7…
-
**Software Versions**
* Python: 3.12, 3.11
* OS: Linux, Android
* Kivy: 2.3.0, 3.0.0.dev0
* Kivy installation method: pip, p4a
**Introduction**
According the documentation on events handling t…
-
When running the pytest I get a number of Fs. Most likely due to the install? Had to do some manual hands-on, the out-of-box pip install didn't work.
I am running on WSL2 Unbuntu 22 (with Nvidia GPU).…
-
Pc:
CPU: rayzen 5-5600x
GPU: rxt3060 12gb
ram: 16gb
win: 10
1920x1080, fov90, default settings: 90-155fps
MC:
1.21.1 fabric
sodium mc1.21-0.5.11
iris 1.7.3+1.21
oωo (owo-lib) 0.12.10+1.21…
-
First off, what a great card. I'm really having a lot of fun making new visualizations of my data.
**Describe the solution you'd like**
I want to add a trendline to my scatter plots.
**How woul…
-
### Bug summary
scatter with small s value leads to hollow point
### Code for reproduction
```Python
import matplotlib.pyplot as plt
import numpy as np
fig, ax = plt.subplots()
x = np.random.r…
-
Here's a relevant example project toml in which I attempt to lock `torch-scatter` as a dependency which only installs on a specific platform:
```toml
[build-system]
requires = ["hatchling"]
buil…
-
Hi
Thank you for implementing the forward Lap. It significantly accelerates the Laplacian calculation. However, I am encountering an error when attempting to use sparsity. It seems that the sparsity…