Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.24 KB

SwitchableNormalization-Keras

the switchable normalization method by keras

Switchable Normalization

Code of Switchable Normalization

Experiment

  • the detail of experiment log is in directory experiments
  • compare 3 normalization method: batch_norm(bn) // group_norm(gn) // switchable_norm(sn)
  • data: ISBI 2D EM segmentation images
  • network: Unet(based on VGG)
  • epoch: 5
  • environment:GeForce 1080Ti
  • consequent:
    • training time: sn > gn > bn
    • segmentation result: sn > gn > bn