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

make training deterministic #6

Open
wants to merge 4 commits into
base: padding-strategy
Choose a base branch
from

Conversation

yangw1234
Copy link

@yangw1234 yangw1234 commented Jul 28, 2019

set random seed in random number generator to the training process deterministic for easy debugging.
RandomGenerator.RNG.setSeed() does not work as RNG return a thread local variable and we can only set the one in main thread.

hkvision pushed a commit that referenced this pull request Dec 26, 2019
* auto-test

* fix openvino memory

* fix openvino memory

* keras2

* fix keras2

* fix

* fix

* fix k2

* fix k2

* temporary version

* test for #6

* keras test

* test nc

* test nc

* final

* final fix

* final fix

* ffffinal fix

* fix

* f

* f
hkvision pushed a commit that referenced this pull request Oct 14, 2021
* auto-test

* fix openvino memory

* fix openvino memory

* keras2

* fix keras2

* fix

* fix

* fix k2

* fix k2

* temporary version

* test for #6

* keras test

* test nc

* test nc

* final

* final fix

* final fix

* ffffinal fix

* fix

* f

* f
hkvision pushed a commit that referenced this pull request Oct 14, 2021
* auto-test

* fix openvino memory

* fix openvino memory

* keras2

* fix keras2

* fix

* fix

* fix k2

* fix k2

* temporary version

* test for #6

* keras test

* test nc

* test nc

* final

* final fix

* final fix

* ffffinal fix

* fix

* f

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