[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vr/ - Retro Games

Search:


View post   

>> No.5259103 [View]
File: 843 KB, 1280x720, virtual reality.webm [View same] [iqdb] [saucenao] [google]
5259103

OK... I want to try ESRGAN. I installed Python and also the required packages (torch, and the other ones via the "pip install numpy opencv-python" command).

If I try to "import" these packages in the shell I don´t get error messages.

Now I want to try the "test.py". Then I get the following error message:

"E:\ESRGAN-master>test.py models/RRDB_ESRGAN_x4.pth
Model path models/RRDB_ESRGAN_x4.pth.
Testing...
1 baboon
Traceback (most recent call last):
File "E:\ESRGAN-master\test.py", line 37, in <module>
output = model(img_LR).data.squeeze().float().cpu().clamp_(0, 1).numpy()
File "E:\python\lib\site-packages\torch\nn\modules\module.py", line 489, in __
call__
result = self.forward(*input, **kwargs)
File "E:\ESRGAN-master\architecture.py", line 37, in forward
x = self.model(x)
File "E:\python\lib\site-packages\torch\nn\modules\module.py", line 489, in __
call__
result = self.forward(*input, **kwargs)
File "E:\python\lib\site-packages\torch\nn\modules\container.py", line 92, in
forward
input = module(input)
File "E:\python\lib\site-packages\torch\nn\modules\module.py", line 489, in __
call__
result = self.forward(*input, **kwargs)
File "E:\python\lib\site-packages\torch\nn\modules\conv.py", line 320, in forw
ard
self.padding, self.dilation, self.groups)
RuntimeError: cuDNN error: CUDNN_STATUS_INTERNAL_ERROR"

Did I make any obvious mistake?

Navigation
View posts[+24][+48][+96]