We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has anyone encountered this problem?
Hello Wooden Load data: Begin Traceback (most recent call last): File "exp_runner_high.py", line 503, in runner = Runner(args.conf, args.mode, args.case, args.is_continue, args.ckpt_name, args.base_exp_dir, args.end_iter) File "exp_runner_high.py", line 51, in init self.dataset = Dataset(self.conf['dataset']) File "/root/autodl-tmp/HFS/models/dataset.py", line 79, in init self.intrinsics_all_inv = torch.inverse(self.intrinsics_all) # [n_images, 4, 4] RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling cublasCreate(handle)
cublasCreate(handle)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Has anyone encountered this problem?
Hello Wooden
Load data: Begin
Traceback (most recent call last):
File "exp_runner_high.py", line 503, in
runner = Runner(args.conf, args.mode, args.case, args.is_continue, args.ckpt_name, args.base_exp_dir, args.end_iter)
File "exp_runner_high.py", line 51, in init
self.dataset = Dataset(self.conf['dataset'])
File "/root/autodl-tmp/HFS/models/dataset.py", line 79, in init
self.intrinsics_all_inv = torch.inverse(self.intrinsics_all) # [n_images, 4, 4]
RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling
cublasCreate(handle)
The text was updated successfully, but these errors were encountered: