This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Using "uniform" Xavier strategy to initialize the weight for VGG network (a trial solution to issue#9866)#9867
Merged
sxjscience merged 4 commits intoapache:masterfrom Feb 28, 2018
juliusshufan:master
Merged
Using "uniform" Xavier strategy to initialize the weight for VGG network (a trial solution to issue#9866)#9867sxjscience merged 4 commits intoapache:masterfrom juliusshufan:master
sxjscience merged 4 commits intoapache:masterfrom
juliusshufan:master
Conversation
… when loss argument is not set
Contributor
Author
|
@szha May I have any comments on review from you or other domain owner, I understand normally it is the user to decide the weight initialization method. For this case, as the current implementation of the example explicitly uses a different initialization method for Alexnet to avoid convergence issue, it might be possible to follow similar way for VGG... What do you think? Thanks for your time. BR, |
rahul003
pushed a commit
to rahul003/mxnet
that referenced
this pull request
Jun 4, 2018
…ork (a trial solution to issue#9866) (apache#9867) * Enable the reporting of cross-entropy or nll loss value during training * Set the default value of loss as a '' to avoid a Python runtime issue when loss argument is not set * Applying the Xavier with "uniform" type to initialize weight when network is VGG
zheng-da
pushed a commit
to zheng-da/incubator-mxnet
that referenced
this pull request
Jun 28, 2018
…ork (a trial solution to issue#9866) (apache#9867) * Enable the reporting of cross-entropy or nll loss value during training * Set the default value of loss as a '' to avoid a Python runtime issue when loss argument is not set * Applying the Xavier with "uniform" type to initialize weight when network is VGG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR provide a potential solution for issue #9866
For detailed information, please check the issue.
Checklist
Essentials
make lint)Changes
example/image-classification/common/fit.py
Comments
This PR has been verified on Nvidia P40 and CPU machine