Geon Woo Lee

Results 7 issues of Geon Woo Lee

In line 13, 'n_src' is string not variable. So, 'n_src' should chance to '$n_src'.

Hi, I'm tying to train the speaker verification with voxceleb1&2 using 'pytorch_run.sh' However, index error occurred in train_xent.py(stage 6) I think the default script need 80 archives(numArchives), however I can...

Hello, thank you for sharing code. I have one question about a domain accuracy in training and validation. In your experiment, totally 6 types noises were used in training. Can...

Hi, In dataset that composed of various or very short signal length, masking in encoder showed good result in my experiments. So, I suggest that adding feature length in dataset...

Hi, I used your pretrained DCCRN, but there are some problem First, it requires 2 seconds longer signal And, the output value are NaNs I tried with sample audio in...

Hi, It seems like that torch lightning 2.0.0 did't support "pytorch_lightning.utilities.cloud_io" Can you update code or requirements??

Hello, I tried to using your code with over estimation(sources are more than mic.). However, configuration that stereo channel with 3 sources (n_src=3) occurs error in overiva.py line 114 I...