tincri commited on
Commit
0286875
·
1 Parent(s): 055ba7e

Fix #10 app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ if __name__ == '__main__':
227
  checkpoint_path = 'iter/12500_nets_ema.ckpt'
228
  img_size = 128
229
  style_dim = 64
230
- num_domains = 3
231
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
232
 
233
  try:
 
227
  checkpoint_path = 'iter/12500_nets_ema.ckpt'
228
  img_size = 128
229
  style_dim = 64
230
+ num_domains = 2
231
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
232
 
233
  try: