Open WorkSync opened 4 months ago
My GPU models are as follows:
NVIDIA GeForce RTX 3060
My output code is:
import torch
print(torch.cuda.get_device_properties(0).name)
same here
Your torchscatter isn't installed with cuda.
Mine looks like this in pip: torch_scatter==2.1.2+pt23cu121
Your torchscatter isn't installed with cuda. Mine looks like this in pip:
torch_scatter==2.1.2+pt23cu121
Thank you for your reply, but my pip show that I have installed it and it does not match version 2.1.2+pt23cu121
Hello everyone, I have tested the workflow——Triplane_Gaussian_Transformers_to_3DGS_and_3DMesh.json.What I found when I was testing (I had the model ready) was when I ran to the node——crashes and crashes occur without logs. At this point, the console displays the following information:
I‘ve tested the original project of Triplane_Gaussian_Transformers,I found that when I was running this native project, there were crashes and crashes, and during the run, I noticed that the CPU was working but the GPU was not.As shown in the following figure:
But I am certain that CUDA is installed and there are no conflicts with its dependencies.(Actually, I tested the workflow——Tripo3D and successfully generated the 3D model.When it comes to Triplane_Gaussian_Transformers,it failed,which makes me sad.I've been stuck on this problem for a week.):
And the pip list:
I would appreciate it if someone could help me qaq.