a1056632260
Results
2
issues of
a1056632260
when I used binarize.py to generate datas, the erros had been occured . Traceback (most recent call last): File "/home/saxsax/svs/diff/utils/multiprocess_utils.py", line 13, in chunked_worker res = map_func(*arg) File "/home/saxsax/svs/diff/data_gen/singing/binarize.py", line...
solved
Thank you for your excellent work the error in dataset.py line 95 rand_select_idx = raw_select_list[random.randint(0,len(raw_select_list)-1)] while at the first round,the length of raw_select_list is zero ,so the random function report...