keysun89 commited on
Commit
b611cb4
·
verified ·
1 Parent(s): 668fc1e

Update generator_2.py

Browse files
Files changed (1) hide show
  1. generator_2.py +1 -1
generator_2.py CHANGED
@@ -96,7 +96,7 @@ class discrim_block(nn.Module):
96
  return out
97
 
98
 
99
- class Generator_2(nn.Module):
100
 
101
  def __init__(self, img_feat = 3, n_feats = 64, kernel_size = 3, num_block = 16, act = nn.PReLU(), scale=4):
102
  super(Generator, self).__init__()
 
96
  return out
97
 
98
 
99
+ class Generator(nn.Module):
100
 
101
  def __init__(self, img_feat = 3, n_feats = 64, kernel_size = 3, num_block = 16, act = nn.PReLU(), scale=4):
102
  super(Generator, self).__init__()