handsomeboyMMk commited on
Commit
02133df
·
1 Parent(s): 269009c

Update generator.py

Browse files
Files changed (1) hide show
  1. generator.py +1 -1
generator.py CHANGED
@@ -2,7 +2,7 @@ import torch
2
  from torch import nn
3
  from .modules import Conv2dBlock, Concat
4
 
5
- class SkipEncoderDecoder(nn.Module):
6
  def __init__(self, input_depth, num_channels_down = [128] * 5, num_channels_up = [128] * 5, num_channels_skip = [128] * 5):
7
  super(SkipEncoderDecoder, self).__init__()
8
 
 
2
  from torch import nn
3
  from .modules import Conv2dBlock, Concat
4
 
5
+ class SkipEnrgcoderDecoder(nn.Module):
6
  def __init__(self, input_depth, num_channels_down = [128] * 5, num_channels_up = [128] * 5, num_channels_skip = [128] * 5):
7
  super(SkipEncoderDecoder, self).__init__()
8