Skip to content

issues Search Results · repo:rusty1s/pytorch_scatter language:Python

Filter by

404 results
 (61 ms)

404 results

inrusty1s/pytorch_scatter (press backspace or delete to remove)

Hi team, I am running the below unit test in PATH / TO /pytorch_scatter/test/composite/test_logsumexp.py , and the test case is failed. def test_logsumexp_out(): src = torch.tensor([-1.0, -50.0]) ...
  • finalyXG
  • Opened 
    5 days ago
  • #490

Description: In order to support RTX5080. I ve tried to download torch 2.7.0.dev20250310+cu128 and torch-scatter 2.1.2+pt27cu128. torch_scatter-2.1.2+pt27cu128-cp310-cp310-win_amd64.whl torch-2.7.0.dev20250310+cu128-cp310-cp310-win_amd64.whl ...
  • tong1wu
  • Opened 
    19 days ago
  • #489

Description: I ve been eagerly waiting for torch_scatter to support PyTorch 2.7.0 and CUDA 12.8. I installed the wheel package just released today from: https://data.pyg.org/whl/torch-2.7.0%2Bcu128.html ...
  • YueZhengMeng
  • 5
  • Opened 
    23 days ago
  • #486

When I try and compile the latest version of torch scatter for C++ API, I get the error about missing #include optional header.
  • ipcamit
  • 3
  • Opened 
    on Mar 11
  • #478

Hi developers, can you help me to solve this issue pip install torch-scatter -f https://data.pyg.org/whl/torch-2.0.0+cu117.html Looking in links: https://data.pyg.org/whl/torch-2.0.0+cu117.html Collecting ...
  • SoumyaCYZ
  • Opened 
    on Mar 8
  • #477

I m getting an error on Ubuntu when installing torch_scatter via conda install pytorch-scatter -c pyg. No error at install time, but when I import torch_scatter, it seems like it s compiled for the wrong ...
  • dhpitt
  • 3
  • Opened 
    on Jan 27
  • #476

When I use GPU other than the cuda:0, the following problems occur: RuntimeError: CUDA error: an illegal memory access was encountered CUDA kernel errors might be asynchronously reported at some other ...
  • Riki123666
  • Opened 
    on Jan 11
  • #474

pip install torch_scatter The version of torch_scatter is 2.1.2 import torch from torch_scatter import scatter_max src = torch.Tensor([[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]]) * -1 index = torch.tensor([[4, ...
  • lemyx
  • 2
  • Opened 
    on Jan 6
  • #472

Dear DeepH-E3 development team Resently I use Deeph-E3 to train the model on my own dateset. I would like to know if DeepH-E3 supports using FHI-aims for data preparation.
stale
  • liee11-bit
  • 1
  • Opened 
    on Dec 19, 2024
  • #471
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub