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
ERROR:main:thread: failed on contentid=['/work1/zixian/ziw081/inference/text_to_image/coco2014/validation/data/COCO_val2014_000000386589.jpg'], index 21 is out of bounds for dimension 0 with size 21
I saw similar event here: #1519 (comment) , but there's no actual solutions posted regarding this error.
We believed that it was a direct cause of threading.Thread of the source code.
The text was updated successfully, but these errors were encountered:
When we have --threads>1, we are seeing a significant improvement in terms of performance. However, the run isn't valid as it is not passing the accuracy test for the above error. Are you aware of any changes that can avoid getting the error?
Hi,
Run command:
When I am running with
--threads>1
, we are seeingI saw similar event here: #1519 (comment) , but there's no actual solutions posted regarding this error.
We believed that it was a direct cause of threading.Thread of the source code.
The text was updated successfully, but these errors were encountered: