Skip to content
Snippets Groups Projects
Commit e30154ea authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 54164bf1
No related branches found
No related tags found
No related merge requests found
...@@ -11,11 +11,12 @@ from pathlib import Path ...@@ -11,11 +11,12 @@ from pathlib import Path
logging.basicConfig(filename=str(Path.home()) + '/esrgan_log.txt', level=logging.DEBUG) logging.basicConfig(filename=str(Path.home()) + '/esrgan_log.txt', level=logging.DEBUG)
NUM_WU_EPOCHS = 1 NUM_WU_EPOCHS = 10
NUM_EPOCHS = 20 NUM_EPOCHS = 20
num_chans = 2 num_chans = 2
PSNR_MAX = 256.0 PSNR_MAX = 256.0
class Trainer(object): class Trainer(object):
""" Trainer class for ESRGAN """ """ Trainer class for ESRGAN """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment