Lornatang / SRGAN-PyTorch

A simple and complete implementation of super-resolution paper.
Apache License 2.0
411 stars 105 forks source link

Issue with testing the code for images #30

Closed pankhurivanjani closed 3 years ago

pankhurivanjani commented 3 years ago

Hello! While running the test.py I am not getting the results, instead, the process is getting killed. Can you tell if I am doing something wrong?

pankhuri@pankhuri-G5-5500:~/academics/sem2/hlcv/project/baseline-setup/SRGAN-PyTorch$ python3 test.py --pretrained
[ WARNING ] Directory `/home/pankhuri/academics/sem2/hlcv/project/baseline-setup/SRGAN-PyTorch/tests` already exists!
[ WARNING ] Directory `/home/pankhuri/academics/sem2/hlcv/project/baseline-setup/SRGAN-PyTorch/tests/Set5` already exists!
[ INFO ] TrainEngine:
[ INFO ]        API version .......... 0.4.0
[ INFO ]        Build ................ 2021.07.09
Killed
Lornatang commented 3 years ago

I have not encountered this situation...