Egrt commited on
Commit
6b31eaf
1 Parent(s): a54cd3e
Files changed (1) hide show
  1. cyclegan.py +1 -1
cyclegan.py CHANGED
@@ -22,7 +22,7 @@ class CYCLEGAN(object):
22
  # 是否使用Cuda
23
  # 没有GPU可以设置成False
24
  #-------------------------------#
25
- "cuda" : True,
26
  }
27
 
28
  #---------------------------------------------------#
 
22
  # 是否使用Cuda
23
  # 没有GPU可以设置成False
24
  #-------------------------------#
25
+ "cuda" : False,
26
  }
27
 
28
  #---------------------------------------------------#