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

Why the directions of digits in visualization are exactly the same? #10

Open
maxenceliu opened this issue Jul 17, 2017 · 4 comments
Open

Comments

@maxenceliu
Copy link

maxenceliu commented Jul 17, 2017

Not only in your ReadMe, but also in my training results. The directions of each digits in the visualization are exactly same. I think the directions should depend on the random initialization to some extent. So is there are something in your code which caused that?

Thx~

@maxenceliu
Copy link
Author

hallo? Really wondering...

@maxenceliu
Copy link
Author

oh ,got it. mxnet is different from numpy in function random. numpy use different random seed durning each run however mxnet use same seed....

@maxenceliu
Copy link
Author

but still interesting, since during each train ,it use different m, this constraint won't change the final direction however

@luoyetx
Copy link
Owner

luoyetx commented Jul 19, 2017

margin won't change the direction. I think the weight initialization makes this.

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

No branches or pull requests

2 participants