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
D:\test\RealCUGAN>runtime\python runtime\inference234.py tile=5 half=True scale=2 torch version 1.0.0 torch cuda version 10.0 total GPU number 1 _CudaDeviceProperties(name='NVIDIA GeForce GTX 980M', major=5, minor=2, total_memory=4095MB, multi_processor_count=12) Traceback (most recent call last): File "runtime\inference234.py", line 62, in main tmp_path=video_upscaler(inp_path, opt_path) File "D:\test\RealCUGAN\runtime\inference_video.py", line 60, in call os.link(inp_path,tmp_path) PermissionError: [WinError 5] 拒绝访问。: 'input' -> 'D:\test\RealCUGAN\tmp\1678677060901363.input'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
D:\test\RealCUGAN>runtime\python runtime\inference234.py
tile=5 half=True scale=2
torch version 1.0.0
torch cuda version 10.0
total GPU number 1
_CudaDeviceProperties(name='NVIDIA GeForce GTX 980M', major=5, minor=2, total_memory=4095MB, multi_processor_count=12)
Traceback (most recent call last):
File "runtime\inference234.py", line 62, in main
tmp_path=video_upscaler(inp_path, opt_path)
File "D:\test\RealCUGAN\runtime\inference_video.py", line 60, in call
os.link(inp_path,tmp_path)
PermissionError: [WinError 5] 拒绝访问。: 'input' -> 'D:\test\RealCUGAN\tmp\1678677060901363.input'
The text was updated successfully, but these errors were encountered: