Egrt commited on
Commit
a00bbd6
1 Parent(s): 3f26fcb
Files changed (1) hide show
  1. cyclegan.py +1 -1
cyclegan.py CHANGED
@@ -27,7 +27,7 @@ class CYCLEGAN(object):
27
  # 是否使用Cuda
28
  # 没有GPU可以设置成False
29
  #-------------------------------#
30
- "cuda" : True,
31
  }
32
 
33
  #---------------------------------------------------#
 
27
  # 是否使用Cuda
28
  # 没有GPU可以设置成False
29
  #-------------------------------#
30
+ "cuda" : False,
31
  }
32
 
33
  #---------------------------------------------------#