-
Notifications
You must be signed in to change notification settings - Fork 24
Looking forward to the 11 layer model with 93.2% accuracy. #3
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
Comments
I am able to reproduce Acc: 0.931929 which is 93.2 as claimed in the paper. |
That great! Did you change any training configurations in |
@ruc98 I didn't change anything. From where did you see 11 layers?. Classification network has 14 layers and segmentation has 23 layers right? |
@sheshappanavar Yes, I mean L=11 excluding the 3 fc layers. So are you able to reproduce 93.2% using the given L=6 code or did you implement the L=11 code given in the paper? Also without the voting evaluation what is your accuracy? Thanks |
@ruc98 The 93.2% which I got is using the given L=6 code, with voting. |
.
The text was updated successfully, but these errors were encountered: