Skip to content

Network Compute Method Not Thread-safe #112

@jemeric

Description

@jemeric

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions