Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [64 channel 5x5 CONV + ReLU] x5
  2. [3 channel 3x3 CONV]
  3. And for the discriminator:
  4. [64 channel 3x3 CONV + ReLU]
  5. [64 channel 3x3 CONV stride 2 + ReLU]
  6. [64 channel 3x3 CONV stride 1 + ReLU]
  7. [64 channel 3x3 CONV stride 2 + ReLU]
  8. [64 channel 1x1 CONV stride 1]
  9. [Spatial Global Average Pooling]
  10. [Sigmoid]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement