Support AMD GPUs#1
Conversation
|
Hi @jammm, thank you for your interest in Triangle Splatting. I uploaded the Garden scene for you, let me know if it works. https://filesender.belnet.be/?s=download&token=df6bfefa-a03d-4c59-a19b-b53269ad9097 |
|
@heldJan thanks! I just tried it but it's reporting an issue: Is this because it's unable to find a |
|
You have to add the path to the dataset using: -s path/to/MipNerf/garden/ |
|
Same error. I must be missing something stupid. Is there a command I could use? |
|
The zip doesn't contain either of |
|
So it seems to be training and loss is trending downwards, which is promising. Currently training on a framework desktop containing Strix Halo (Radeon 8060S) However, if I try to make it render a video using the existing checkpoint, it looks for The state_dict has |
|
This checkpoint was trained with an older version. This new one should be correct: https://filesender.belnet.be/?s=download&token=635e7912-f128-4fd8-ab53-7b31bd0d7694 |
|
No worries at all. Appreciate the quick reply! I’ll check in asap. |
|
Just tried it but it seems like the .pt file is corrupted: |
|
Success! https://drive.google.com/file/d/1c0WV-8KqvPuhw9zQABLizTOQFs0DtPim/view?usp=sharing If this PR (and the patch for simple-knn) builds fine on a CUDA machine, it should be good to merge. |



Also uploading a patch for https://gitlab.inria.fr/bkerbl/simple-knn.git
0001-Support-AMD-GPUs.patch
With these changes, following the same steps as the one in the README.md should work fine. (in some cases you may have to add a
--no-build-isolationto the pip install command, but that's it)It builds fine for any RDNA GPU, but I'm unable to confirm it running as I'm not sure which example model to use. @heldJan @rvandeghen any models you can share that I can quickly check?