You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running SophireadStream on the same file same machine, inconsistent results were observed.
Chen's comments:
It is possible for SophireadStream to generate different results because the performance of the processing thread is not guaranteed to be the same between different runs. If you increase the batch size, the difference might become smaller.
Alternatively, we need to implement a solution to deal with the tail of each batch size, which should help mitigate the issue.
The text was updated successfully, but these errors were encountered:
suannchong
changed the title
Inconsistent results using SophireadStreamWhen running SophireadStream on the same file same machine, inconsistent results were observed. ![Screenshot_2023-03-02_at_11.53.08_AM](/uploads/8f9ff3e28a76d85861867a7b78e79023/Screenshot_2023-03-02_at_11.53.08_AM.png) ![Screenshot_2023-03-02_at_11.52.36_AM](/uploads/207ba70b4c7da5bcfa375fb0a7892102/Screenshot_2023-03-02_at_11.52.36_AM.png) Chen's comments: - It is possible for SophireadStream to generate different results because the performance of the processing thread is not guaranteed to be the same between different runs. If you increase the batch size, the difference might become smaller. - Alternatively, we need to implement a solution to deal with the tail of each batch size, which should help mitigate the issue.
Inconsistent results using SophireadStream
Apr 17, 2023
suannchong
changed the title
Inconsistent results using SophireadStream
[Defect] Inconsistent results using SophireadStream
Apr 17, 2023
When running
SophireadStream
on the same file same machine, inconsistent results were observed.Chen's comments:
The text was updated successfully, but these errors were encountered: