ShawnHymel / ei-keyword-spotting

156 stars 50 forks source link

ZeroDivisionError: integer division or modulo by zero #9

Open laihongzhi opened 2 years ago

laihongzhi commented 2 years ago

Hi sir I am using python dataset-curation.py but it will display ZeroDivisionError: integer division or modulo by zero on line 340 What is the reason?

laihongzhi commented 2 years ago

擷取11 擷取22

ShawnHymel commented 2 years ago

I'm guessing that num_bg_files is zero. Can you paste the command used to call dataset-curation.py (with all the arguments)? You can also add a print(num_bg_files) in there to see.