Caenorst
Caenorst
Hi @lorjul I can't have access to the first link, just to make sure I'm using the same model can you share it with us? Please contact me at [email protected]
Hi all, I've been trying on the model suggested I downloaded the USD model, and couldn't observe the jump, if you have any model with the jump please share I...
Hi Thibault, flake8 is currently having a lot of excluded files (because we added it after the project was realised and we didn't want to overwhelm the CI), what needs...
Hi @coloss , Thank you for your interest in Kaolin! Can you signoff your first commit ? (you can use `git rebase -i -S`).
The two commits doesn't seems to be signed properly. your second commit is actually signed but with a GPG-key which apparently removed the signature ? you can look at https://github.com/NVIDIAGameWorks/kaolin/pull/200/checks?check_run_id=588333880...
Hi @coloss your PR looks good to me, but we can't merge it until the commits are passing our DCO bot. Signoff your commits as recommended above ?
Yes we are making an effort to update the wheels to the latest supported pytorch version at release. We usually don't try to support retroactively post-release as the process would...
I recommend having a look at our Dockerfile for in-depth guidance, but in short you can do the following: step 2: install dependencies as in https://github.com/NVIDIAGameWorks/kaolin/blob/master/tools/linux/Dockerfile.install#L73-L79 step 3: `python setup.py...
Hello, we now support the latest pytorch cuda version with kaolin v0.18.0. Closing as it is now addressed.
Hi @petrav-canva In theory I understand how this could help, in practice for us that means I need to build wheels for every optional tag, and then test every single...