Lornatang / SRGAN-PyTorch

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

test.py doesnt save results #93

Closed ahmozn closed 4 months ago

ahmozn commented 4 months ago

when i run test.py, this is the result i get:

/usr/lib/python3.10/multiprocessing/popen_fork.py:66: RuntimeWarning: os.fork() was called. os.fork() is incompatible with multithreaded code, and JAX is multithreaded, so this will likely lead to a deadlock. self.pid = os.fork() Test: [0/5] Time 0.492 ( 0.492) PSNR 32.21 (32.21) SSIM 0.8546 (0.8546)

Its not iterating, i guess.(but training works fine)

ahmozn commented 4 months ago

im so sorry, ive been looking for images in google drive and wasnt there. But its in the google colab so it works perfectly fine. Thanks!