Closed LiChenda closed 11 months ago
Hi @LiChenda. np.random.seed()
works as expected, it is just that we forgot to sort the wsj0 files when fetching them with glob()
, hence the difference order on different machines. Just pushed a change with sorted(glob(...))
which fixes the behaviour.
Thank you @jmlemercier !
Dear authors,
Thank you for open-sourcing this awesome work! I have run the data simulation script
create_wsj0_reverb.py
on two different servers, but the simulated audio files are different. So, how can I make sure that my simulated data is the same as that you used in the paper?np.random.seed(SEED)
seems to not work as expected. Is it possible to fix the randomness by providing meta files of the intermediate simulation parameters? Or would you like to provide your file list, so I can make sure we are using the same data?10 audio files (in the test folder) from the first simulation in server 1:
10 audio files (in the test folder) from the second simulation in server 2: