GroupNormalization-tensorflow-keras icon indicating copy to clipboard operation
GroupNormalization-tensorflow-keras copied to clipboard

Request For Details

Open AlexHu123 opened this issue 6 years ago • 5 comments

Hi, have you trained using deep network or larger dataset? Does group norm go well? Look forward to your reply! Thanks in advance! Alex

AlexHu123 avatar Apr 22 '18 12:04 AlexHu123

i train u-net. utilize 3 different normalization method:

  • batch normalization by keras in-build layers
  • group normalization without moving average by other github
  • group normalization with moving average by myself

Bingohong avatar Apr 23 '18 00:04 Bingohong

Thanks for your reply! How about the results of these methods?

AlexHu123 avatar Apr 23 '18 06:04 AlexHu123

i upload 3 method result log file in compare_log dir. you can look out these. however, i think the gn without moving average get a lower val loss about 0.2.

  • the gn with moving average keep a high val loss. so i have a question that “does it need to apply moving average in gn?”
  • the bn get a val loss about 0.26, higher than gn.

Bingohong avatar Apr 23 '18 11:04 Bingohong

Thanks for your reply! Now I try to train on a deep network such as 3D ConvNet in the task of video classification, but get bad results. (the class score are going to be the same, so the network are not working well)

AlexHu123 avatar Apr 26 '18 01:04 AlexHu123

Why this happen?

Bingohong avatar Apr 27 '18 15:04 Bingohong