Open-Sora
Open-Sora copied to clipboard
v1.2 data loading error: list index out of range
hi @zhengzangw
I encountered this issue when using my data to run stage3.py
It seems that the dataset building generates an empty batch.
Can you give some hints on possible reasons? Thanks!
We suppose that mask_ratio is provided. If you want to disable mask_ratio, you can try
mask_ratios = {
"random": 0.0
}
Or you can direct to the line and delete the mask-related code if you are sure that mask is not used.
This issue is stale because it has been open for 7 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.