ngcc icon indicating copy to clipboard operation
ngcc copied to clipboard

Is this training speed normal?

Open ywang411 opened this issue 1 year ago • 3 comments

Pasted Graphic

ywang411 avatar May 17 '24 05:05 ywang411

I do not know why this is slow, thank you! My graphic card is A4500, and I run this code in a Windows operating system.

ywang411 avatar May 17 '24 05:05 ywang411

Generating the impulse responses at high reverberation takes quite a long time. In cfg.py, try lowering the upper bound of t60, or use anechoic = True (this will make the simulations reverberation-free). You could also add functionality to pre-generate the dataset instead of generating new data each epoch.

axeber01 avatar May 17 '24 12:05 axeber01

Generating the impulse responses at high reverberation takes quite a long time. In cfg.py, try lowering the upper bound of t60, or use anechoic = True (this will make the simulations reverberation-free). You could also add functionality to pre-generate the dataset instead of generating new data each epoch.

Thank you for your help! I found that lower the upper bound of t60 can reduce the training time, and could you please explain how to pre-generate the dataset? Because I thought that we have already prepared Dataloader before training. And I also tried to modify code to avoid do Labelsmoothing every time I run the main.py, but failed.

ywang411 avatar May 18 '24 11:05 ywang411