kfahn commited on
Commit
f2653e0
1 Parent(s): 92cccb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ class Generator(nn.Module):
63
  norm_layer(out_features),
64
  nn.ReLU(inplace=True) ]
65
  in_features = out_features
66
- out_features = in_features//2
67
  self.model3 = nn.Sequential(*model3)
68
 
69
  # Output layer
 
63
  norm_layer(out_features),
64
  nn.ReLU(inplace=True) ]
65
  in_features = out_features
66
+ out_features = in_features*3
67
  self.model3 = nn.Sequential(*model3)
68
 
69
  # Output layer