enricguso
enricguso
I had this issue too, but installing everything from pip did solve it. I had to `pip install --upgrade numpy` after installing the rest of packages and install numpy 1.22,...
same here, could you find the cause?
In my case is something related to the RIRs because when p_reverb=0.0 it trains normally but when p_reverb=1.0 it gets stuck and killed with the error message above. Trace seems...
Also, as pointed out by the OP, the bug might appear in epoch>0, so it has to be related with particular combinations of speech and RIRs.
Apparently I was mistaken and it has nothing to do with the IRs, because sometimes re-running the epoch without changing anything fixes it: 2024-03-16 02:48:11 | INFO | DF |...
@macso-vincent-russell could you find the cause?
Small update: the issue still persists when trying to train using the meta SoundSpaces RIR dataset. Using the default DFN3 recipe but changing p_reverb to 1.0: 2024-07-03 11:52:51 | INFO...
https://github.com/Rikorose/DeepFilterNet/issues/584
+1, I'd also use it in binaural if someone has the time to adapt it. I think we would need an argument that applies the distortions to the ground truth....
import os os.environ["CUDA_VISIBLE_DEVICES"]="1"