Simon Shengyu Meng

Results 3 comments of Simon Shengyu Meng

Try to install Windows SDK then restart your computer then try again. I solved the same problem by doing this.

@czxrrr Hi, do you solve your problem? I meet the same problem with you. I currently use windows 10 64bit, python 3.5, OpenCV 3.2, GTX 1070, CUDA 8.0, cudnn 5.1...

> I finally fixed that by ``` git clone --recursive https://github.com/NVlabs/tiny-cuda-nn.git cd tiny-cuda-nn git checkout 466aa1c cd bindings/torch python setup.py install ``` seems git without --recursive may cause uncompleted download.