George

Results 7 comments of George

I have the same issue :( Did you find any solution?

found the cause: turns out my GPU driver fails after I turn on Secure Boot. Reinstalling `cuda-drivers` solves my problem

Same error here. Passing `quantization_mode=ME.SparseTensorQuantizationMode.RANDOM_SUBSAMPLE` as an argument when constructing TensorField seems to be a workaround

Update: using torch.cuda.set_device(device_index) would be a better practice. It seems that the author uses Tensor.cuda() instead of manually setting the device by Tensor.to(device), so it is necessary to specify a...

try setting the default device by torch.cuda.set_device(device) so that the kernel weights would be placed on the right device #465

Ubuntu-20.04(wsl2)环境下安装后,使用qemu-system-riscv64命令提示libtinfo.so.6不存在;Ubuntu-18.04(wsl2)正常

rust安装脚本中toolchain需要手动选择nightly,否则默认安装的为default版本