tiny-cuda-nn icon indicating copy to clipboard operation
tiny-cuda-nn copied to clipboard

Lightning fast C++/CUDA neural network framework

Results 203 tiny-cuda-nn issues
Sort by recently updated
recently updated
newest added

ninja: build stopped: subcommand failed. Traceback (most recent call last): File "C:\Users\ASUS\.conda\envs\dmodel1\lib\site-packages\torch\utils\cpp_extension.py", line 1893, in _run_ninja_build subprocess.run( File "C:\Users\ASUS\.conda\envs\dmodel1\lib\subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']'...

Hi there, Thanks for releasing such an amazing code. I tried to replace several MLPs in my code with Fully-fused-MLP using tcnn python binding. I set the number of neurons...

Im trying to install nerfstudio. facing this error while installing tinycuda. on linux on a shared hpc cluster $ pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Collecting git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Cloning https://github.com/NVlabs/tiny-cuda-nn/ to /tmp/pip-req-build-p2668lu9 Running...