Explorar el Código

fix the logger title

Youngwoon Lee hace 7 años
padre
commit
ed2d2d9d55
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      utils.py

+ 2 - 2
utils.py

@@ -3,8 +3,8 @@ import os
 
 
 # start logging
-logging.info("Start CycleGAN")
-logger = logging.getLogger('cycle-gan')
+logging.info("Start BicycleGAN")
+logger = logging.getLogger('Bicycle-gan')
 logger.setLevel(logging.INFO)
 
 def makedirs(path):