hash-grid-encoding
hash-grid-encoding copied to clipboard
Pure PyTorch implementation of Nvidia's hash grid encoding: https://nvlabs.github.io/instant-ngp/
Results
1
hash-grid-encoding issues
Sort by
recently updated
recently updated
newest added
Hi there, Thanks for your great work, I tried your example,but it occurred: x1 = (x0 + 1).clamp(max=shape[1]-1) RuntimeError: Expected all tensors to be on the same device, but found...