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

Network Compute Method Not Thread-safe #112

Open
jemeric opened this issue Nov 1, 2017 · 0 comments
Open

Network Compute Method Not Thread-safe #112

jemeric opened this issue Nov 1, 2017 · 0 comments

Comments

@jemeric
Copy link

jemeric commented Nov 1, 2017

I'm using a BasicNetwork, which I train synchronously and later validate a large dataset against it in parallel. Unfortunately, calling network.Compute(input, output) returns corrupted data when it is receiving requests in parallel.

Additional information:
The network contains 3 layers and uses the sigmoid activation function and weights are initialized using the ConsistentRandomizer.

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

1 participant