tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

remove unused parameter "bn_mode" #79

Open blue-atom opened 6 years ago

blue-atom commented 6 years ago

"bn_mode" was passed in almost every function but it never got used. If it is not used at all it shouldn't be passed everywhere and it also creates confusion.