tiny-cuda-nn
tiny-cuda-nn copied to clipboard
Lightning fast C++/CUDA neural network framework
I met the following error, when modifing neus with tinycudann: ``` File "exp_runner.py", line 397, in runner.train() File "exp_runner.py", line 148, in train loss.backward() File "/home/nerf/.conda/envs/neus/lib/python3.7/site-packages/torch/_tensor.py", line 396, in backward...
Windows 10 Visual Studio 2019 version 16.11.17 Anaconda 3, python 3.9.12 CUDA: 11.6 torch: 1.12.0+cu116 cmake 3.22.0-rc2 GPU: RTX 6000 The tiny-cuda-nn itself compiled normally, but the pytorch extension failed...
http://proceedings.mlr.press/v70/finn17a/finn17a.pdf
Hi, I'm playing with mlp_learning_an_image.cu file in the samples directory, it simply trains an MLP and performs inference on the MLP. I want to save the trained model and then...
Hi Team, Do you guys plan to make FullyFusedMLP support 256 neurons? Best, Hoang
First of all, thanks for all the great efforts you have put into this repository! While trying to apply instant-ngp to another project, I found out that the other project...
Hi, I want to change the initialization scheme to be compatible with subsequent module. But when I tried some different init such as U(-1, 1), the model become unable to...
Hi, I find the there are some comments in the code of grid.h for the case 5, 6, 7. Can I release them and give the input dimension of HashGrid...
Are there some minimum requirements for the GPUs to be used? I am trying to run the PyTorch bindings with V100 GPUs, but I am getting some strange results. I...
Hi, met some problem when using tinycudnn-1.6+pytorch1.12.0+cuda11.3 Works well with pytorch1.11.0, so I guess it was a compatibility problem with pytorch1.12.0. It happens with tcnn.Encoding using dense grid. ``` File...