Explorar o código

fix the logger title

Youngwoon Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
ed2d2d9d55
Modificáronse 1 ficheiros con 2 adicións e 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):