Closed EricR86 closed 8 years ago
Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).
This might be an incorrectly flagged issue. The same test directories report that the input.0.master are equivalent.
And from the docs:
EDIT: This definitely an issue, the input.*.masters diverge later
Original comment by Rachel Chan (Bitbucket: rcwchan).
@ericr86 Are all input.*.masters
equivalent?
It reads to me as if input.master
is actually just the best input.*.master
rather than something that is randomly generated separately. So if there was a race condition with the generation of the later input.*.master
s and one of them turned out to be the 'best' one, then we would end up with different results.
Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).
Resolved in Pull Request #61
Original report (BitBucket issue) by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).
It's possible to run simpleseg training with the following command:
and run it twice and get different initial means in input.master.
This is a common use case and needs to be fixed