-
### System Info
- CPU architecture: x86_64
- GPU properties
- GPU name: NVIDIA A100
- GPU memory size: 40G
- Libraries
- TensorRT-LLM branch or tag: v0.9.0
-…
-
### 🚀 The feature, motivation and pitch
The [nn.dense.dense_mincut_pool](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.nn.dense.dense_mincut_pool.html#torch_geometric…
-
General bilinear operations take the form `x^T @ A @ y` where `A` is of shape (outdim, xdim, ydim). (See https://pytorch.org/docs/stable/generated/torch.nn.Bilinear.html).
Currently, as far as I ca…
-
Hi,
I am encountering an issue while trying to run your code. I have followed the setup instructions and installed the necessary packages, but I am receiving a RuntimeError related to duplicate reg…
-
Starting at line 332 of reaxff_energy.py, the SPMV_dense function calculates the left hand side of the linear system, Ax, starting at x0. In Line 350, where SPMV_dense is called by linalg.cg, x0 is se…
-
Dense code seems to be working but point masses are missing, does anyone know why this could be happening?
![image](https://github.com/user-attachments/assets/082b9ba9-75cb-4e5d-bb39-15f2427f41a8)
…
-
Hi,
There is a broken import in torch_geometric_temporal\nn\attention\tsagcn.py, line 6:
`from torch_geometric.utils.to_dense_adj import to_dense_adj`
should be changed to
`from torch_geometric.ut…
ber0i updated
2 weeks ago
-
Error in ge %*% M.AV :
Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 102
Calls: makeSeuratMC -> supercell_GE -> %*% -> %*%
In addition: Warning messages:
1: In asMetho…
-
_From @chewxy on June 27, 2017 2:0_
@kabaka0 thoughts? The idea is to as per #128 - the `tensor` package holds the data structures, and the essential methods (basically implementing `Tensor`), while…
-
For methods to support for multimodal modeling we should support:
- [ ] No Fusion approach: Contrastive workflows between modalities where a single embedding is generated for each modality (and/or te…