Skip to content

Fix Bugs of Model Structure and Learning Rate#102

Open
a00012025 wants to merge 1 commit intomelodyguan:masterfrom
a00012025:master-bug-fix
Open

Fix Bugs of Model Structure and Learning Rate#102
a00012025 wants to merge 1 commit intomelodyguan:masterfrom
a00012025:master-bug-fix

Conversation

@a00012025
Copy link

@a00012025 a00012025 commented Jun 18, 2019

Hi, I've fixed the following bugs when I was reproducing your results and modifying the code:

  1. Change average pooling kernel size from 1 to 2
    • It's more reasonable to have 2 as kernel size. Please correct me if 1 is intended to be used.
  2. Fix bug to support exponential learning rate decay
  3. Fix shape bug when creating fc layer
    • get_shape() will only return 2 values because global_average_pooling has been applied above

- change average pooling size from 1 to 2
- fix bug to support exponential learning rate decay
- fix shape bug when creating fc layer
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.

1 participant