Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add nobn and half_bn #6

Merged
merged 1 commit into from
Jan 16, 2016
Merged

add nobn and half_bn #6

merged 1 commit into from
Jan 16, 2016

Conversation

dereyly
Copy link
Contributor

@dereyly dereyly commented Jan 16, 2016

Add 2 models:
nobn -- clean ReLU without BN.

  • Previos models was learnt with MSRA now it init by LSUV. MSRA cant converge with lr=0.035
    halfbn -- model same as 1x3 (MSRA init) with 4 BN instead of 13. 3 BN after each pooling and 1 after fc6. time(1x3_half_bn)/ time(1x3)=0.77 and time(1x3_half_bn)/time(1x5)=0.95
    maybe we need to post time of forward propagation

@ducha-aiki ducha-aiki merged commit df7bac0 into ducha-aiki:master Jan 16, 2016
@ducha-aiki
Copy link
Owner

@dereyly Thanks!
Yes, times are good idea :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants