x:
spectral_norm: true
batch_norm: false
nonlin: lrelu
layers:
- type: conv
c: 16
k: 4
s: 2
p: 1
d: 1
- type: conv
c: 32
k: 4
s: 2
p: 1
d: 1
- type: conv
c: 64
k: 4
s: 2
p: 1
d: 1
- type: conv
c: 128
k: 4
s: 2
p: 1
d: 1
- type: conv
c: 1
k: 4
s: 1
p: 0
d: 1
gen:
spectral_norm: false
batch_norm: true
nonlin: relu
layers:
- type: tconv
c: 512
k: 4
s: 1
p: 0
d: 1
op: 0
- type: tconv
c: 256
k: 4
s: 2
p: 1
d: 1
op: 0
- type: tconv
c: 128
k: 4
s: 2
p: 1
d: 1
op: 0
- type: tconv
c: 64
k: 4
s: 2
p: 1
d: 1
op: 0
- type: tconv
c: 1
k: 4
s: 2
p: 1
d: 1
op: 0