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

snapshot...

parent aa9ebb05
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,9 @@ import tensorflow as tf
# from lib import utils, dataset
from GSOC.E2_ESRGAN.lib import utils, dataset
import glob
from pathlib import Path
logging.basicConfig(filename='/Users/tomrink/esrgan_log.txt', level=logging.DEBUG)
logging.basicConfig(filename=str(Path.home()) + '/esrgan_log.txt', level=logging.DEBUG)
class Trainer(object):
......
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