alimeituan

Results 169 comments of alimeituan

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 ?...

`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')...

> I also met this problem. Have you solved it pls see here https://github.com/santi-pdp/segan/issues/68

@fengchangfight Thanks, but could you say it in detail, for a little poor power if I use `gcc fvadwav.c -o fvadwav` it tells me `fvadwav.c:19:21: fatal error: sndfile.h: No such...

能否解释下,这个代码的作用。我无法执行,可否用py脚本来实现 ``` for folder in $1/* do for file in "$folder"/*.avi do if [[ ! -d "${file[@]%.avi}" ]]; then mkdir -p "${file[@]%.avi}" fi ffmpeg -i "$file" -vf fps=$2 "${file[@]%.avi}"/%05d.jpg rm...

请教下 train.list中的东西是什么? ``` /media/6TB/UCF-101/ApplyEyeMakeup/v_ApplyEyeMakeup_g08_c01 0 /media/6TB/UCF-101/ApplyEyeMakeup/v_ApplyEyeMakeup_g08_c02 0 ``` **v_ApplyEyeMakeup_g08_c01**这个是什么格式啊?文件jpg?或者是文件夹?? 多谢

emm,我就是在Ubuntu上无法执行。。。@@

I got the same error by using the codes ``` conda install pytorch cudatoolkit=10.1 -c pytorch conda install pyg -c pyg -c conda-forge ``` Traceback (most recent call last): File...