Jonah Casebeer

Results 6 comments of Jonah Casebeer

Hey @Alirezanezamdoost, thanks for the extra info! For the W&B error, I just pushed a change that should let you select option 1. For the "file contains data in an...

Does loading from the dataset/dataloader work? Something like: ``` dset = aec.MSFTAECDataset_RIR(mode='test', double_talk=True, random_roll=True, scene_change=False) data = dset[0] ``` If not, could you please include the full stack trace of...

And you confirmed that you can directly `sf.read()` that same file in the same environment? ``` dset = aec.MSFTAECDataset_RIR(mode='test', double_talk=True, random_roll=True, scene_change=True) sf.read('/content/AEC-Challenge-main/datasets/synthetic/farend_speech/farend_speech_fileid_0.wav') data = dset[0] ``` Does the dataset...

Seems like an issue with the Microsoft AEC challenge dataset download. How large is the synthetic dataset fold? Did it get fully Downloaded? I am happy to help but the...

If you want to train the model, you first need the dataset. It sounds like something went wrong with your download. You should be able to listen to the farend...

Hello and thanks for the question. The demo files are all rescaled to [-1, 1] for playback (see website footnote), which is not how the AEC data was setup for...