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
Hi, thanks for your impressive work, I am really interested in it.
But when I test your code with the released model, I found that there is a small bug in dataset_hw.py.
Specifically, no locking mechanism for self.idx in class LineGenerate, which will cause an error when running in parallel.
The true testing results may be a little lower than your paper reported.
num_workers is set to 2 as your code
when num_workers = 1
The text was updated successfully, but these errors were encountered:
Thanks for your reply,
and I wonder if a similar situation applies to RIMES?
If so, could you please provide the corrected result on RIMES or the corresponding checkpoints?
Hi, thanks for your impressive work, I am really interested in it.
But when I test your code with the released model, I found that there is a small bug in
dataset_hw.py
.Specifically, no locking mechanism for
self.idx
inclass LineGenerate
, which will cause an error when running in parallel.The true testing results may be a little lower than your paper reported.
The text was updated successfully, but these errors were encountered: