santi-pdp/segan

Could it be in real time ?

ucasiggcas opened this issue · 6 comments

Hi,
If I use the trained model,
will I get the denoised wav in real time ?

Thx

When I test with
CUDA_VISIBLE_DEVICES="" python main.py --init_noise_std 0. --save_path ckpt --batch_size 100 --g_nl prelu --weights SEGAN_full --test_wav mic_01.wav --clean_save_path ./
I have the same problem,who can help me ?
#68

ValueError: Dimension 0 in both shapes must be equal, but are 1 and 16383. Shapes are [1] and [16383]. From merging shape 0 with other shapes. for 'device_0/concat/concat_dim' (op: 'Pack') with input shapes: [1], [16383].

I also met this problem. Have you solved it

I also met this problem. Have you solved it

pls see here
#68

I also met this problem. Have you solved it

pls see here
#68

thank you

@ucasiggcas
hello, did you solve the problem about real-time? it takes too long time...