Anjok07 / ultimatevocalremovergui

GUI for a Vocal Remover that uses Deep Neural Networks.
MIT License
18.27k stars 1.37k forks source link

ValueError:all the input array dimensions for the concatenation axis must match exactly,but along dimension 0,the array at index 0 has size 2 and the array at index 1 has size 6 #523

Open lovoro opened 1 year ago

lovoro commented 1 year ago

ValueError:all the input array dimensions for the concatenation axis must match exactly,but along dimension 0,the array at index 0 has size 2 and the array at index 1 has size 6 If this error persists,please contact the developers with the error details. Would you like to open the error log for more details?

Last Error Received:

Process: MDX-Net

If this error persists, please contact the developers with the error details.

Raw Error Details:

ValueError: "all the input array dimensions for the concatenation axis must match exactly, but along dimension 0, the array at index 0 has size 2 and the array at index 1 has size 6" Traceback Error: " File "UVR.py", line 4716, in process_start File "separate.py", line 287, in seperate File "separate.py", line 360, in demix_base File "separate.py", line 343, in initialize_mix File "<__array_function__ internals>", line 180, in concatenate "

Error Time Stamp [2023-04-28 18:55:00]

Full Application Settings:

vr_model: 1_HP-UVR aggression_setting: 10 window_size: 1024 batch_size: Default crop_size: 256 is_tta: False is_output_image: False is_post_process: False is_high_end_process: False post_process_threshold: 0.2 vr_voc_inst_secondary_model: No Model Selected vr_other_secondary_model: No Model Selected vr_bass_secondary_model: No Model Selected vr_drums_secondary_model: No Model Selected vr_is_secondary_model_activate: False vr_voc_inst_secondary_model_scale: 0.9 vr_other_secondary_model_scale: 0.7 vr_bass_secondary_model_scale: 0.5 vr_drums_secondary_model_scale: 0.5 demucs_model: v4 | htdemucs segment: Default overlap: 0.25 shifts: 2 chunks_demucs: Auto margin_demucs: 44100 is_chunk_demucs: False is_chunk_mdxnet: False is_primary_stem_only_Demucs: False is_secondary_stem_only_Demucs: False is_split_mode: True is_demucs_combine_stems: True demucs_voc_inst_secondary_model: No Model Selected demucs_other_secondary_model: No Model Selected demucs_bass_secondary_model: No Model Selected demucs_drums_secondary_model: No Model Selected demucs_is_secondary_model_activate: False demucs_voc_inst_secondary_model_scale: 0.9 demucs_other_secondary_model_scale: 0.7 demucs_bass_secondary_model_scale: 0.5 demucs_drums_secondary_model_scale: 0.5 demucs_pre_proc_model: No Model Selected is_demucs_pre_proc_model_activate: False is_demucs_pre_proc_model_inst_mix: False mdx_net_model: UVR-MDX-NET Inst HQ 1 chunks: Auto margin: 44100 compensate: 1.08 is_denoise: False is_invert_spec: False is_mixer_mode: False mdx_batch_size: 3 mdx_voc_inst_secondary_model: No Model Selected mdx_other_secondary_model: No Model Selected mdx_bass_secondary_model: No Model Selected mdx_drums_secondary_model: No Model Selected mdx_is_secondary_model_activate: False mdx_voc_inst_secondary_model_scale: 0.9 mdx_other_secondary_model_scale: 0.7 mdx_bass_secondary_model_scale: 0.5 mdx_drums_secondary_model_scale: 0.5 is_save_all_outputs_ensemble: True is_append_ensemble_name: False chosen_audio_tool: Manual Ensemble choose_algorithm: Min Spec time_stretch_rate: 2.0 pitch_rate: 2.0 is_gpu_conversion: True is_primary_stem_only: False is_secondary_stem_only: False is_testing_audio: False is_add_model_name: False is_accept_any_input: False is_task_complete: False is_normalization: False is_create_model_folder: False mp3_bit_set: 320k save_format: WAV wav_type_set: PCM_16 help_hints_var: False model_sample_mode: False model_sample_mode_duration: 30 demucs_stems: All Stems

RyLeo154 commented 1 year ago

Bump, also suffering from this same issue; tried changing between UVR-MDX-NET Inst HQ1 and HQ2, and disabled GPU Conversion, but still suffered from the same error message. Any help would be greatly appreciated!

Last Error Received.txt

sekoa commented 1 year ago

same issue

wealthypotato commented 5 months ago

have we found a solution to this issue?