GroupNormalization-tensorflow-keras
GroupNormalization-tensorflow-keras copied to clipboard
Request For Details
Hi, have you trained using deep network or larger dataset? Does group norm go well? Look forward to your reply! Thanks in advance! Alex
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
Thanks for your reply! How about the results of these methods?
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.
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)
Why this happen?