Switchable-Normalization icon indicating copy to clipboard operation
Switchable-Normalization copied to clipboard

I complete the SN by Keras. welcome to advice

Open Bingohong opened this issue 6 years ago • 2 comments

location in SN by Keras

Bingohong avatar Jul 13 '18 13:07 Bingohong

Thanks for your interest. SN benefits from adding 0.5 dropout in the last layer of hidden features, but GN and BN might not. The improvement depends on the generation error (val_err - train_err) of your problem. The training time of SN can be improved by using CUDA. We may release this implementation in the future.

pluo911 avatar Jul 13 '18 14:07 pluo911

thanks to apply the dropout trick. i expect the CUDA accelerated version.

Bingohong avatar Jul 14 '18 03:07 Bingohong