Ver Fonte

fix the logger title

Youngwoon Lee há 7 anos atrás
pai
commit
ed2d2d9d55
1 ficheiros alterados com 2 adições e 2 exclusões
  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):