Commit ·
80dafc6
1
Parent(s): bcd588c
Upload 14 files
Browse files- .gitattributes +2 -0
- D_98000.pth +3 -0
- G_98000.pth +3 -0
- Untitled.ipynb +15 -0
- added_IVF7087_Flat_nprobe_1.index +3 -0
- config.json +46 -0
- events.out.tfevents.1686674638.152-67-19-51.101444.0 +3 -0
- events.out.tfevents.1686676031.152-67-19-51.129421.0 +3 -0
- events.out.tfevents.1686677547.152-67-19-51.156863.0 +3 -0
- extract_f0_feature.log +246 -0
- filelist.txt +0 -0
- preprocess.log +910 -0
- total_fea.npy +3 -0
- train.log +0 -0
- trained_IVF7087_Flat_nprobe_1.index +3 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
added_IVF7087_Flat_nprobe_1.index filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
trained_IVF7087_Flat_nprobe_1.index filter=lfs diff=lfs merge=lfs -text
|
D_98000.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f08ed8d81bda7302f4e7d0cc14a79edd0109be555745eb61d3a57595db0c3ea
|
| 3 |
+
size 659773689
|
G_98000.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74e8eb5ac5ecf649846204fa0ec945350b26df130917553bf926925ab1ca32ca
|
| 3 |
+
size 436998489
|
Untitled.ipynb
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "code",
|
| 5 |
+
"execution_count": null,
|
| 6 |
+
"id": "f4ae8ea4-ff2b-4eea-8ca6-9f2e60625389",
|
| 7 |
+
"metadata": {},
|
| 8 |
+
"outputs": [],
|
| 9 |
+
"source": []
|
| 10 |
+
}
|
| 11 |
+
],
|
| 12 |
+
"metadata": {},
|
| 13 |
+
"nbformat": 4,
|
| 14 |
+
"nbformat_minor": 5
|
| 15 |
+
}
|
added_IVF7087_Flat_nprobe_1.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2900c9f49985d32004ffd8c71f38cecf11e6288337da0a6125e9c59a611f6aa
|
| 3 |
+
size 292580395
|
config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"train": {
|
| 3 |
+
"log_interval": 200,
|
| 4 |
+
"seed": 1234,
|
| 5 |
+
"epochs": 20000,
|
| 6 |
+
"learning_rate": 1e-4,
|
| 7 |
+
"betas": [0.8, 0.99],
|
| 8 |
+
"eps": 1e-9,
|
| 9 |
+
"batch_size": 4,
|
| 10 |
+
"fp16_run": true,
|
| 11 |
+
"lr_decay": 0.999875,
|
| 12 |
+
"segment_size": 12800,
|
| 13 |
+
"init_lr_ratio": 1,
|
| 14 |
+
"warmup_epochs": 0,
|
| 15 |
+
"c_mel": 45,
|
| 16 |
+
"c_kl": 1.0
|
| 17 |
+
},
|
| 18 |
+
"data": {
|
| 19 |
+
"max_wav_value": 32768.0,
|
| 20 |
+
"sampling_rate": 40000,
|
| 21 |
+
"filter_length": 2048,
|
| 22 |
+
"hop_length": 400,
|
| 23 |
+
"win_length": 2048,
|
| 24 |
+
"n_mel_channels": 125,
|
| 25 |
+
"mel_fmin": 0.0,
|
| 26 |
+
"mel_fmax": null
|
| 27 |
+
},
|
| 28 |
+
"model": {
|
| 29 |
+
"inter_channels": 192,
|
| 30 |
+
"hidden_channels": 192,
|
| 31 |
+
"filter_channels": 768,
|
| 32 |
+
"n_heads": 2,
|
| 33 |
+
"n_layers": 6,
|
| 34 |
+
"kernel_size": 3,
|
| 35 |
+
"p_dropout": 0,
|
| 36 |
+
"resblock": "1",
|
| 37 |
+
"resblock_kernel_sizes": [3,7,11],
|
| 38 |
+
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
|
| 39 |
+
"upsample_rates": [10,10,2,2],
|
| 40 |
+
"upsample_initial_channel": 512,
|
| 41 |
+
"upsample_kernel_sizes": [16,16,4,4],
|
| 42 |
+
"use_spectral_norm": false,
|
| 43 |
+
"gin_channels": 256,
|
| 44 |
+
"spk_embed_dim": 109
|
| 45 |
+
}
|
| 46 |
+
}
|
events.out.tfevents.1686674638.152-67-19-51.101444.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9b393070660d07259028d579c96175dba44fbceb5bb5af6f55ff8cf79b5b0a0
|
| 3 |
+
size 1120307
|
events.out.tfevents.1686676031.152-67-19-51.129421.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e212a879ede57a40a99d9f330072d83411c6472405760b81e8fb3d9d8692c9d
|
| 3 |
+
size 143400
|
events.out.tfevents.1686677547.152-67-19-51.156863.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc1d13517e384a6fb458cb59bb9b2d057bd94a1e80e7761278b1eda4c6e1f119
|
| 3 |
+
size 66772189
|
extract_f0_feature.log
ADDED
|
@@ -0,0 +1,246 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
['extract_f0_print.py', '/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test', '30', 'harvest']
|
| 2 |
+
todo-f0-61
|
| 3 |
+
f0ing,now-0,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/101_0.wav
|
| 4 |
+
f0ing,now-12,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/24_1.wav
|
| 5 |
+
f0ing,now-24,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/375_3.wav
|
| 6 |
+
f0ing,now-36,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/50_3.wav
|
| 7 |
+
f0ing,now-48,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/643_1.wav
|
| 8 |
+
f0ing,now-60,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/96_1.wav
|
| 9 |
+
todo-f0-61
|
| 10 |
+
f0ing,now-0,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/101_1.wav
|
| 11 |
+
f0ing,now-12,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/24_3.wav
|
| 12 |
+
f0ing,now-24,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/376_0.wav
|
| 13 |
+
f0ing,now-36,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/510_1.wav
|
| 14 |
+
f0ing,now-48,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/643_3.wav
|
| 15 |
+
f0ing,now-60,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/96_3.wav
|
| 16 |
+
todo-f0-61
|
| 17 |
+
f0ing,now-0,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/101_3.wav
|
| 18 |
+
f0ing,now-12,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/250_0.wav
|
| 19 |
+
f0ing,now-24,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/376_1.wav
|
| 20 |
+
f0ing,now-36,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/510_2.wav
|
| 21 |
+
f0ing,now-48,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/644_0.wav
|
| 22 |
+
f0ing,now-60,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/97_0.wav
|
| 23 |
+
todo-f0-61
|
| 24 |
+
f0ing,now-0,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/102_0.wav
|
| 25 |
+
f0ing,now-12,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/250_1.wav
|
| 26 |
+
f0ing,now-24,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/376_3.wav
|
| 27 |
+
f0ing,now-36,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/511_1.wav
|
| 28 |
+
f0ing,now-48,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/644_1.wav
|
| 29 |
+
f0ing,now-60,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/97_1.wav
|
| 30 |
+
todo-f0-61
|
| 31 |
+
f0ing,now-0,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/102_1.wav
|
| 32 |
+
f0ing,now-12,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/250_3.wav
|
| 33 |
+
f0ing,now-24,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/377_1.wav
|
| 34 |
+
f0ing,now-36,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/511_2.wav
|
| 35 |
+
f0ing,now-48,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/644_3.wav
|
| 36 |
+
f0ing,now-60,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/97_3.wav
|
| 37 |
+
todo-f0-61
|
| 38 |
+
f0ing,now-0,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/102_3.wav
|
| 39 |
+
f0ing,now-12,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/251_1.wav
|
| 40 |
+
f0ing,now-24,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/378_0.wav
|
| 41 |
+
f0ing,now-36,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/512_1.wav
|
| 42 |
+
f0ing,now-48,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/645_1.wav
|
| 43 |
+
f0ing,now-60,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/98_1.wav
|
| 44 |
+
todo-f0-61
|
| 45 |
+
f0ing,now-0,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/103_0.wav
|
| 46 |
+
f0ing,now-12,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/252_0.wav
|
| 47 |
+
f0ing,now-24,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/378_1.wav
|
| 48 |
+
f0ing,now-36,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/512_3.wav
|
| 49 |
+
f0ing,now-48,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/645_3.wav
|
| 50 |
+
f0ing,now-60,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/9_0.wav
|
| 51 |
+
todo-f0-61
|
| 52 |
+
f0ing,now-0,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/103_1.wav
|
| 53 |
+
f0ing,now-12,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/252_1.wav
|
| 54 |
+
f0ing,now-24,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/378_3.wav
|
| 55 |
+
f0ing,now-36,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/513_0.wav
|
| 56 |
+
f0ing,now-48,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/646_0.wav
|
| 57 |
+
f0ing,now-60,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/9_1.wav
|
| 58 |
+
todo-f0-61
|
| 59 |
+
f0ing,now-0,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/103_3.wav
|
| 60 |
+
f0ing,now-12,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/252_3.wav
|
| 61 |
+
f0ing,now-24,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/379_0.wav
|
| 62 |
+
f0ing,now-36,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/513_1.wav
|
| 63 |
+
f0ing,now-48,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/646_1.wav
|
| 64 |
+
f0ing,now-60,all-61,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/9_3.wav
|
| 65 |
+
todo-f0-60
|
| 66 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/107_0.wav
|
| 67 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/254_0.wav
|
| 68 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/379_1.wav
|
| 69 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/513_3.wav
|
| 70 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/646_3.wav
|
| 71 |
+
todo-f0-60
|
| 72 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/107_1.wav
|
| 73 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/254_1.wav
|
| 74 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/379_3.wav
|
| 75 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/514_0.wav
|
| 76 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/647_0.wav
|
| 77 |
+
todo-f0-60
|
| 78 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/107_3.wav
|
| 79 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/254_3.wav
|
| 80 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/37_0.wav
|
| 81 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/514_1.wav
|
| 82 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/647_1.wav
|
| 83 |
+
todo-f0-60
|
| 84 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/108_1.wav
|
| 85 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/255_0.wav
|
| 86 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/37_1.wav
|
| 87 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/514_3.wav
|
| 88 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/647_3.wav
|
| 89 |
+
todo-f0-60
|
| 90 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/108_2.wav
|
| 91 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/255_1.wav
|
| 92 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/37_3.wav
|
| 93 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/515_1.wav
|
| 94 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/648_0.wav
|
| 95 |
+
todo-f0-60
|
| 96 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/108_4.wav
|
| 97 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/255_3.wav
|
| 98 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/380_0.wav
|
| 99 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/516_1.wav
|
| 100 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/648_1.wav
|
| 101 |
+
todo-f0-60
|
| 102 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/109_1.wav
|
| 103 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/256_0.wav
|
| 104 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/380_1.wav
|
| 105 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/516_2.wav
|
| 106 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/648_3.wav
|
| 107 |
+
todo-f0-60
|
| 108 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/10_0.wav
|
| 109 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/256_1.wav
|
| 110 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/380_3.wav
|
| 111 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/517_1.wav
|
| 112 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/649_0.wav
|
| 113 |
+
todo-f0-60
|
| 114 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/10_2.wav
|
| 115 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/256_3.wav
|
| 116 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/381_0.wav
|
| 117 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/517_2.wav
|
| 118 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/649_1.wav
|
| 119 |
+
todo-f0-60
|
| 120 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/110_0.wav
|
| 121 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/257_0.wav
|
| 122 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/381_1.wav
|
| 123 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/517_4.wav
|
| 124 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/649_3.wav
|
| 125 |
+
todo-f0-60
|
| 126 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/110_1.wav
|
| 127 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/257_1.wav
|
| 128 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/381_3.wav
|
| 129 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/518_0.wav
|
| 130 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/650_0.wav
|
| 131 |
+
todo-f0-60
|
| 132 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/110_3.wav
|
| 133 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/257_3.wav
|
| 134 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/382_0.wav
|
| 135 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/518_2.wav
|
| 136 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/650_1.wav
|
| 137 |
+
todo-f0-60
|
| 138 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/111_0.wav
|
| 139 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/258_0.wav
|
| 140 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/382_1.wav
|
| 141 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/519_1.wav
|
| 142 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/650_3.wav
|
| 143 |
+
todo-f0-60
|
| 144 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/111_1.wav
|
| 145 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/258_1.wav
|
| 146 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/382_3.wav
|
| 147 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/519_2.wav
|
| 148 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/651_1.wav
|
| 149 |
+
todo-f0-60
|
| 150 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/111_3.wav
|
| 151 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/258_3.wav
|
| 152 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/383_0.wav
|
| 153 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/51_0.wav
|
| 154 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/651_2.wav
|
| 155 |
+
todo-f0-60
|
| 156 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/112_0.wav
|
| 157 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/259_0.wav
|
| 158 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/383_1.wav
|
| 159 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/51_1.wav
|
| 160 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/652_1.wav
|
| 161 |
+
todo-f0-60
|
| 162 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/112_1.wav
|
| 163 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/259_1.wav
|
| 164 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/383_3.wav
|
| 165 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/51_3.wav
|
| 166 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/653_1.wav
|
| 167 |
+
todo-f0-60
|
| 168 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/112_3.wav
|
| 169 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/259_3.wav
|
| 170 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/384_0.wav
|
| 171 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/520_0.wav
|
| 172 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/653_2.wav
|
| 173 |
+
todo-f0-60
|
| 174 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/113_1.wav
|
| 175 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/25_0.wav
|
| 176 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/384_1.wav
|
| 177 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/520_2.wav
|
| 178 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/654_1.wav
|
| 179 |
+
todo-f0-60
|
| 180 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/115_0.wav
|
| 181 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/25_2.wav
|
| 182 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/384_3.wav
|
| 183 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/521_0.wav
|
| 184 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/655_0.wav
|
| 185 |
+
todo-f0-60
|
| 186 |
+
f0ing,now-0,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/115_1.wav
|
| 187 |
+
f0ing,now-12,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/25_3.wav
|
| 188 |
+
f0ing,now-24,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/385_0.wav
|
| 189 |
+
f0ing,now-36,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/521_1.wav
|
| 190 |
+
f0ing,now-48,all-60,-/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/1_16k_wavs/655_1.wav
|
| 191 |
+
['extract_feature_print.py', 'cuda:0', '1', '0', '0', '/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test']
|
| 192 |
+
/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test
|
| 193 |
+
load model(s) from hubert_base.pt
|
| 194 |
+
move model to cuda
|
| 195 |
+
all-feature-1809
|
| 196 |
+
Traceback (most recent call last):
|
| 197 |
+
File "extract_feature_print.py", line 92, in <module>
|
| 198 |
+
logits = model.extract_features(**inputs)
|
| 199 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/fairseq/models/hubert/hubert.py", line 535, in extract_features
|
| 200 |
+
res = self.forward(
|
| 201 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/fairseq/models/hubert/hubert.py", line 437, in forward
|
| 202 |
+
features = self.forward_features(source)
|
| 203 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/fairseq/models/hubert/hubert.py", line 392, in forward_features
|
| 204 |
+
features = self.feature_extractor(source)
|
| 205 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
|
| 206 |
+
return forward_call(*args, **kwargs)
|
| 207 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/fairseq/models/wav2vec/wav2vec2.py", line 895, in forward
|
| 208 |
+
x = conv(x)
|
| 209 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
|
| 210 |
+
return forward_call(*args, **kwargs)
|
| 211 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/container.py", line 217, in forward
|
| 212 |
+
input = module(input)
|
| 213 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
|
| 214 |
+
return forward_call(*args, **kwargs)
|
| 215 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/conv.py", line 313, in forward
|
| 216 |
+
return self._conv_forward(input, self.weight, self.bias)
|
| 217 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/conv.py", line 309, in _conv_forward
|
| 218 |
+
return F.conv1d(input, weight, bias, self.stride,
|
| 219 |
+
RuntimeError: Calculated padded input size per channel: (2). Kernel size: (3). Kernel size can't be greater than actual input size
|
| 220 |
+
|
| 221 |
+
Traceback (most recent call last):
|
| 222 |
+
File "extract_feature_print.py", line 92, in <module>
|
| 223 |
+
logits = model.extract_features(**inputs)
|
| 224 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/fairseq/models/hubert/hubert.py", line 535, in extract_features
|
| 225 |
+
res = self.forward(
|
| 226 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/fairseq/models/hubert/hubert.py", line 437, in forward
|
| 227 |
+
features = self.forward_features(source)
|
| 228 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/fairseq/models/hubert/hubert.py", line 392, in forward_features
|
| 229 |
+
features = self.feature_extractor(source)
|
| 230 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
|
| 231 |
+
return forward_call(*args, **kwargs)
|
| 232 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/fairseq/models/wav2vec/wav2vec2.py", line 895, in forward
|
| 233 |
+
x = conv(x)
|
| 234 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
|
| 235 |
+
return forward_call(*args, **kwargs)
|
| 236 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/container.py", line 217, in forward
|
| 237 |
+
input = module(input)
|
| 238 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
|
| 239 |
+
return forward_call(*args, **kwargs)
|
| 240 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/conv.py", line 313, in forward
|
| 241 |
+
return self._conv_forward(input, self.weight, self.bias)
|
| 242 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/torch/nn/modules/conv.py", line 309, in _conv_forward
|
| 243 |
+
return F.conv1d(input, weight, bias, self.stride,
|
| 244 |
+
RuntimeError: Calculated padded input size per channel: (1). Kernel size: (2). Kernel size can't be greater than actual input size
|
| 245 |
+
|
| 246 |
+
all-feature-done
|
filelist.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
preprocess.log
ADDED
|
@@ -0,0 +1,910 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
start preprocess
|
| 2 |
+
['trainset_preprocess_pipeline_print.py', '/home/ubuntu/dataset', '40000', '30', '/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test', 'False']
|
| 3 |
+
/home/ubuntu/dataset/.ipynb_checkpoints->Traceback (most recent call last):
|
| 4 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 14, in load_audio
|
| 5 |
+
ffmpeg.input(file, threads=0)
|
| 6 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/ffmpeg/_run.py", line 325, in run
|
| 7 |
+
raise Error('ffmpeg', out, err)
|
| 8 |
+
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
|
| 9 |
+
|
| 10 |
+
During handling of the above exception, another exception occurred:
|
| 11 |
+
|
| 12 |
+
Traceback (most recent call last):
|
| 13 |
+
File "trainset_preprocess_pipeline_print.py", line 75, in pipeline
|
| 14 |
+
audio = load_audio(path, self.sr)
|
| 15 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 19, in load_audio
|
| 16 |
+
raise RuntimeError(f"Failed to load audio: {e}")
|
| 17 |
+
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
|
| 18 |
+
|
| 19 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_015_1.wav->Suc.
|
| 20 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_006_4.wav->Suc.
|
| 21 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_013_1.wav->Suc.
|
| 22 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_003_6.wav->Suc.
|
| 23 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_003_8.wav->Suc.
|
| 24 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_009_2.wav->Suc.
|
| 25 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_001_1.wav->Suc.
|
| 26 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_2.wav->Suc.
|
| 27 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_003_4.wav->Suc.
|
| 28 |
+
/home/ubuntu/dataset/combined_004_3.wav->Suc.
|
| 29 |
+
/home/ubuntu/dataset/combined_009_4.wav->Suc.
|
| 30 |
+
/home/ubuntu/dataset/combined_017_1.wav->Suc.
|
| 31 |
+
/home/ubuntu/dataset/combined_023_4.wav->Suc.
|
| 32 |
+
/home/ubuntu/dataset/combined_032_2.wav->Suc.
|
| 33 |
+
/home/ubuntu/dataset/combined_041_1.wav->Suc.
|
| 34 |
+
/home/ubuntu/dataset/combined_055_1.wav->Suc.
|
| 35 |
+
/home/ubuntu/dataset/combined_067_1.wav->Suc.
|
| 36 |
+
/home/ubuntu/dataset/combined_081_1.wav->Suc.
|
| 37 |
+
/home/ubuntu/dataset/combined_088_3.wav->Suc.
|
| 38 |
+
/home/ubuntu/dataset/combined_100_4.wav->Suc.
|
| 39 |
+
/home/ubuntu/dataset/combined_110_11.wav->Suc.
|
| 40 |
+
/home/ubuntu/dataset/combined_115_6.wav->Suc.
|
| 41 |
+
/home/ubuntu/dataset/combined_123_2.wav->Suc.
|
| 42 |
+
/home/ubuntu/dataset/combined_133_2.wav->Suc.
|
| 43 |
+
/home/ubuntu/dataset/combined_145_5.wav->Suc.
|
| 44 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals).json->Traceback (most recent call last):
|
| 45 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 14, in load_audio
|
| 46 |
+
ffmpeg.input(file, threads=0)
|
| 47 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/ffmpeg/_run.py", line 325, in run
|
| 48 |
+
raise Error('ffmpeg', out, err)
|
| 49 |
+
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
|
| 50 |
+
|
| 51 |
+
During handling of the above exception, another exception occurred:
|
| 52 |
+
|
| 53 |
+
Traceback (most recent call last):
|
| 54 |
+
File "trainset_preprocess_pipeline_print.py", line 75, in pipeline
|
| 55 |
+
audio = load_audio(path, self.sr)
|
| 56 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 19, in load_audio
|
| 57 |
+
raise RuntimeError(f"Failed to load audio: {e}")
|
| 58 |
+
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
|
| 59 |
+
|
| 60 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_016_1.wav->Suc.
|
| 61 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_006_5.wav->Suc.
|
| 62 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_014_1.wav->Suc.
|
| 63 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_004_1.wav->Suc.
|
| 64 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_003_9.wav->Suc.
|
| 65 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_010_1.wav->Suc.
|
| 66 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_002_1.wav->Suc.
|
| 67 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_3.wav->Suc.
|
| 68 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_003_5.wav->Suc.
|
| 69 |
+
/home/ubuntu/dataset/combined_004_4.wav->Suc.
|
| 70 |
+
/home/ubuntu/dataset/combined_009_5.wav->Suc.
|
| 71 |
+
/home/ubuntu/dataset/combined_018_1.wav->Suc.
|
| 72 |
+
/home/ubuntu/dataset/combined_023_5.wav->Suc.
|
| 73 |
+
/home/ubuntu/dataset/combined_033_1.wav->Suc.
|
| 74 |
+
/home/ubuntu/dataset/combined_042_1.wav->Suc.
|
| 75 |
+
/home/ubuntu/dataset/combined_055_2.wav->Suc.
|
| 76 |
+
/home/ubuntu/dataset/combined_068_1.wav->Suc.
|
| 77 |
+
/home/ubuntu/dataset/combined_081_2.wav->Suc.
|
| 78 |
+
/home/ubuntu/dataset/combined_088_4.wav->Suc.
|
| 79 |
+
/home/ubuntu/dataset/combined_100_5.wav->Suc.
|
| 80 |
+
/home/ubuntu/dataset/combined_110_12.wav->Suc.
|
| 81 |
+
/home/ubuntu/dataset/combined_115_7.wav->Suc.
|
| 82 |
+
/home/ubuntu/dataset/combined_123_3.wav->Suc.
|
| 83 |
+
/home/ubuntu/dataset/combined_134_1.wav->Suc.
|
| 84 |
+
/home/ubuntu/dataset/combined_145_6.wav->Suc.
|
| 85 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_000_1.wav->Suc.
|
| 86 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_017_1.wav->Suc.
|
| 87 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_006_6.wav->Suc.
|
| 88 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_015_1.wav->Suc.
|
| 89 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_005_1.wav->Suc.
|
| 90 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_004_1.wav->Suc.
|
| 91 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_011_1.wav->Suc.
|
| 92 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_002_2.wav->Suc.
|
| 93 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_4.wav->Suc.
|
| 94 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_003_6.wav->Suc.
|
| 95 |
+
/home/ubuntu/dataset/combined_004_5.wav->Suc.
|
| 96 |
+
/home/ubuntu/dataset/combined_009_6.wav->Suc.
|
| 97 |
+
/home/ubuntu/dataset/combined_018_2.wav->Suc.
|
| 98 |
+
/home/ubuntu/dataset/combined_023_6.wav->Suc.
|
| 99 |
+
/home/ubuntu/dataset/combined_033_10.wav->Suc.
|
| 100 |
+
/home/ubuntu/dataset/combined_042_2.wav->Suc.
|
| 101 |
+
/home/ubuntu/dataset/combined_056_1.wav->Suc.
|
| 102 |
+
/home/ubuntu/dataset/combined_069_1.wav->Suc.
|
| 103 |
+
/home/ubuntu/dataset/combined_082_1.wav->Suc.
|
| 104 |
+
/home/ubuntu/dataset/combined_088_5.wav->Suc.
|
| 105 |
+
/home/ubuntu/dataset/combined_100_6.wav->Suc.
|
| 106 |
+
/home/ubuntu/dataset/combined_110_13.wav->Suc.
|
| 107 |
+
/home/ubuntu/dataset/combined_115_8.wav->Suc.
|
| 108 |
+
/home/ubuntu/dataset/combined_123_4.wav->Suc.
|
| 109 |
+
/home/ubuntu/dataset/combined_135_1.wav->Suc.
|
| 110 |
+
/home/ubuntu/dataset/combined_146_1.wav->Suc.
|
| 111 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_001_1.wav->Suc.
|
| 112 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_017_2.wav->Suc.
|
| 113 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_006_7.wav->Suc.
|
| 114 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_016_1.wav->Suc.
|
| 115 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_005_2.wav->Suc.
|
| 116 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_005_1.wav->Suc.
|
| 117 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_011_2.wav->Suc.
|
| 118 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_002_3.wav->Suc.
|
| 119 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_5.wav->Suc.
|
| 120 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_003_7.wav->Suc.
|
| 121 |
+
/home/ubuntu/dataset/combined_004_6.wav->Suc.
|
| 122 |
+
/home/ubuntu/dataset/combined_009_7.wav->Suc.
|
| 123 |
+
/home/ubuntu/dataset/combined_019_1.wav->Suc.
|
| 124 |
+
/home/ubuntu/dataset/combined_023_7.wav->Suc.
|
| 125 |
+
/home/ubuntu/dataset/combined_033_2.wav->Suc.
|
| 126 |
+
/home/ubuntu/dataset/combined_043_1.wav->Suc.
|
| 127 |
+
/home/ubuntu/dataset/combined_057_1.wav->Suc.
|
| 128 |
+
/home/ubuntu/dataset/combined_070_1.wav->Suc.
|
| 129 |
+
/home/ubuntu/dataset/combined_082_2.wav->Suc.
|
| 130 |
+
/home/ubuntu/dataset/combined_088_6.wav->Suc.
|
| 131 |
+
/home/ubuntu/dataset/combined_100_7.wav->Suc.
|
| 132 |
+
/home/ubuntu/dataset/combined_110_14.wav->Suc.
|
| 133 |
+
/home/ubuntu/dataset/combined_116_1.wav->Suc.
|
| 134 |
+
/home/ubuntu/dataset/combined_124_1.wav->Suc.
|
| 135 |
+
/home/ubuntu/dataset/combined_136_1.wav->Suc.
|
| 136 |
+
/home/ubuntu/dataset/combined_147_1.wav->Suc.
|
| 137 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_001_2.wav->Suc.
|
| 138 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_000_1.wav->Suc.
|
| 139 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_006_8.wav->Suc.
|
| 140 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_016_2.wav->Suc.
|
| 141 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_005_3.wav->Suc.
|
| 142 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_006_1.wav->Suc.
|
| 143 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_012_1.wav->Suc.
|
| 144 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_003_1.wav->Suc.
|
| 145 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_6.wav->Suc.
|
| 146 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_003_8.wav->Suc.
|
| 147 |
+
/home/ubuntu/dataset/combined_004_7.wav->Suc.
|
| 148 |
+
/home/ubuntu/dataset/combined_009_8.wav->Suc.
|
| 149 |
+
/home/ubuntu/dataset/combined_019_2.wav->Suc.
|
| 150 |
+
/home/ubuntu/dataset/combined_024_1.wav->Suc.
|
| 151 |
+
/home/ubuntu/dataset/combined_033_3.wav->Suc.
|
| 152 |
+
/home/ubuntu/dataset/combined_043_2.wav->Suc.
|
| 153 |
+
/home/ubuntu/dataset/combined_058_1.wav->Suc.
|
| 154 |
+
/home/ubuntu/dataset/combined_070_2.wav->Suc.
|
| 155 |
+
/home/ubuntu/dataset/combined_083_1.wav->Suc.
|
| 156 |
+
/home/ubuntu/dataset/combined_088_7.wav->Suc.
|
| 157 |
+
/home/ubuntu/dataset/combined_101_1.wav->Suc.
|
| 158 |
+
/home/ubuntu/dataset/combined_110_15.wav->Suc.
|
| 159 |
+
/home/ubuntu/dataset/combined_116_10.wav->Suc.
|
| 160 |
+
/home/ubuntu/dataset/combined_124_2.wav->Suc.
|
| 161 |
+
/home/ubuntu/dataset/combined_137_1.wav->Suc.
|
| 162 |
+
/home/ubuntu/dataset/combined_148_1.wav->Suc.
|
| 163 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_002_1.wav->Suc.
|
| 164 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_000_2.wav->Suc.
|
| 165 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals).json->Traceback (most recent call last):
|
| 166 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 14, in load_audio
|
| 167 |
+
ffmpeg.input(file, threads=0)
|
| 168 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/ffmpeg/_run.py", line 325, in run
|
| 169 |
+
raise Error('ffmpeg', out, err)
|
| 170 |
+
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
|
| 171 |
+
|
| 172 |
+
During handling of the above exception, another exception occurred:
|
| 173 |
+
|
| 174 |
+
Traceback (most recent call last):
|
| 175 |
+
File "trainset_preprocess_pipeline_print.py", line 75, in pipeline
|
| 176 |
+
audio = load_audio(path, self.sr)
|
| 177 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 19, in load_audio
|
| 178 |
+
raise RuntimeError(f"Failed to load audio: {e}")
|
| 179 |
+
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
|
| 180 |
+
|
| 181 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_016_3.wav->Suc.
|
| 182 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_006_1.wav->Suc.
|
| 183 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_007_1.wav->Suc.
|
| 184 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_012_2.wav->Suc.
|
| 185 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_003_2.wav->Suc.
|
| 186 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_7.wav->Suc.
|
| 187 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_003_9.wav->Suc.
|
| 188 |
+
/home/ubuntu/dataset/combined_004_8.wav->Suc.
|
| 189 |
+
/home/ubuntu/dataset/combined_009_9.wav->Suc.
|
| 190 |
+
/home/ubuntu/dataset/combined_019_3.wav->Suc.
|
| 191 |
+
/home/ubuntu/dataset/combined_024_2.wav->Suc.
|
| 192 |
+
/home/ubuntu/dataset/combined_033_4.wav->Suc.
|
| 193 |
+
/home/ubuntu/dataset/combined_044_1.wav->Suc.
|
| 194 |
+
/home/ubuntu/dataset/combined_058_2.wav->Suc.
|
| 195 |
+
/home/ubuntu/dataset/combined_070_3.wav->Suc.
|
| 196 |
+
/home/ubuntu/dataset/combined_083_2.wav->Suc.
|
| 197 |
+
/home/ubuntu/dataset/combined_088_8.wav->Suc.
|
| 198 |
+
/home/ubuntu/dataset/combined_101_2.wav->Suc.
|
| 199 |
+
/home/ubuntu/dataset/combined_110_16.wav->Suc.
|
| 200 |
+
/home/ubuntu/dataset/combined_116_11.wav->Suc.
|
| 201 |
+
/home/ubuntu/dataset/combined_125_1.wav->Suc.
|
| 202 |
+
/home/ubuntu/dataset/combined_138_1.wav->Suc.
|
| 203 |
+
/home/ubuntu/dataset/combined_148_2.wav->Suc.
|
| 204 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_002_2.wav->Suc.
|
| 205 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_000_3.wav->Suc.
|
| 206 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_000_1.wav->Suc.
|
| 207 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_016_4.wav->Suc.
|
| 208 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_006_2.wav->Suc.
|
| 209 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_007_2.wav->Suc.
|
| 210 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_013_1.wav->Suc.
|
| 211 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_003_3.wav->Suc.
|
| 212 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_8.wav->Suc.
|
| 213 |
+
/home/ubuntu/dataset/combined.json->Traceback (most recent call last):
|
| 214 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 14, in load_audio
|
| 215 |
+
ffmpeg.input(file, threads=0)
|
| 216 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/ffmpeg/_run.py", line 325, in run
|
| 217 |
+
raise Error('ffmpeg', out, err)
|
| 218 |
+
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
|
| 219 |
+
|
| 220 |
+
During handling of the above exception, another exception occurred:
|
| 221 |
+
|
| 222 |
+
Traceback (most recent call last):
|
| 223 |
+
File "trainset_preprocess_pipeline_print.py", line 75, in pipeline
|
| 224 |
+
audio = load_audio(path, self.sr)
|
| 225 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 19, in load_audio
|
| 226 |
+
raise RuntimeError(f"Failed to load audio: {e}")
|
| 227 |
+
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
|
| 228 |
+
|
| 229 |
+
/home/ubuntu/dataset/combined_004_9.wav->Suc.
|
| 230 |
+
/home/ubuntu/dataset/combined_010_1.wav->Suc.
|
| 231 |
+
/home/ubuntu/dataset/combined_019_4.wav->Suc.
|
| 232 |
+
/home/ubuntu/dataset/combined_024_3.wav->Suc.
|
| 233 |
+
/home/ubuntu/dataset/combined_033_5.wav->Suc.
|
| 234 |
+
/home/ubuntu/dataset/combined_044_2.wav->Suc.
|
| 235 |
+
/home/ubuntu/dataset/combined_058_3.wav->Suc.
|
| 236 |
+
/home/ubuntu/dataset/combined_070_4.wav->Suc.
|
| 237 |
+
/home/ubuntu/dataset/combined_084_1.wav->Suc.
|
| 238 |
+
/home/ubuntu/dataset/combined_089_1.wav->Suc.
|
| 239 |
+
/home/ubuntu/dataset/combined_102_1.wav->Suc.
|
| 240 |
+
/home/ubuntu/dataset/combined_110_2.wav->Suc.
|
| 241 |
+
/home/ubuntu/dataset/combined_116_2.wav->Suc.
|
| 242 |
+
/home/ubuntu/dataset/combined_126_1.wav->Suc.
|
| 243 |
+
/home/ubuntu/dataset/combined_138_2.wav->Suc.
|
| 244 |
+
/home/ubuntu/dataset/combined_148_3.wav->Suc.
|
| 245 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_002_3.wav->Suc.
|
| 246 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_000_4.wav->Suc.
|
| 247 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_000_2.wav->Suc.
|
| 248 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_016_5.wav->Suc.
|
| 249 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_007_1.wav->Suc.
|
| 250 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_007_3.wav->Suc.
|
| 251 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_014_1.wav->Suc.
|
| 252 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_003_4.wav->Suc.
|
| 253 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_9.wav->Suc.
|
| 254 |
+
/home/ubuntu/dataset/combined_000_1.wav->Suc.
|
| 255 |
+
/home/ubuntu/dataset/combined_005_1.wav->Suc.
|
| 256 |
+
/home/ubuntu/dataset/combined_010_10.wav->Suc.
|
| 257 |
+
/home/ubuntu/dataset/combined_019_5.wav->Suc.
|
| 258 |
+
/home/ubuntu/dataset/combined_025_1.wav->Suc.
|
| 259 |
+
/home/ubuntu/dataset/combined_033_6.wav->Suc.
|
| 260 |
+
/home/ubuntu/dataset/combined_045_1.wav->Suc.
|
| 261 |
+
/home/ubuntu/dataset/combined_058_4.wav->Suc.
|
| 262 |
+
/home/ubuntu/dataset/combined_070_5.wav->Suc.
|
| 263 |
+
/home/ubuntu/dataset/combined_084_2.wav->Suc.
|
| 264 |
+
/home/ubuntu/dataset/combined_090_1.wav->Suc.
|
| 265 |
+
/home/ubuntu/dataset/combined_102_2.wav->Suc.
|
| 266 |
+
/home/ubuntu/dataset/combined_110_3.wav->Suc.
|
| 267 |
+
/home/ubuntu/dataset/combined_116_3.wav->Suc.
|
| 268 |
+
/home/ubuntu/dataset/combined_127_1.wav->Suc.
|
| 269 |
+
/home/ubuntu/dataset/combined_138_3.wav->Suc.
|
| 270 |
+
/home/ubuntu/dataset/combined_148_4.wav->Suc.
|
| 271 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_003_1.wav->Suc.
|
| 272 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_000_5.wav->Suc.
|
| 273 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_000_3.wav->Suc.
|
| 274 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_016_6.wav->Suc.
|
| 275 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_008_1.wav->Suc.
|
| 276 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_007_4.wav->Suc.
|
| 277 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_015_1.wav->Suc.
|
| 278 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_003_5.wav->Suc.
|
| 279 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals).json->Traceback (most recent call last):
|
| 280 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 14, in load_audio
|
| 281 |
+
ffmpeg.input(file, threads=0)
|
| 282 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/ffmpeg/_run.py", line 325, in run
|
| 283 |
+
raise Error('ffmpeg', out, err)
|
| 284 |
+
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
|
| 285 |
+
|
| 286 |
+
During handling of the above exception, another exception occurred:
|
| 287 |
+
|
| 288 |
+
Traceback (most recent call last):
|
| 289 |
+
File "trainset_preprocess_pipeline_print.py", line 75, in pipeline
|
| 290 |
+
audio = load_audio(path, self.sr)
|
| 291 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 19, in load_audio
|
| 292 |
+
raise RuntimeError(f"Failed to load audio: {e}")
|
| 293 |
+
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
|
| 294 |
+
|
| 295 |
+
/home/ubuntu/dataset/combined_000_2.wav->Suc.
|
| 296 |
+
/home/ubuntu/dataset/combined_005_2.wav->Suc.
|
| 297 |
+
/home/ubuntu/dataset/combined_010_2.wav->Suc.
|
| 298 |
+
/home/ubuntu/dataset/combined_019_6.wav->Suc.
|
| 299 |
+
/home/ubuntu/dataset/combined_025_2.wav->Suc.
|
| 300 |
+
/home/ubuntu/dataset/combined_033_7.wav->Suc.
|
| 301 |
+
/home/ubuntu/dataset/combined_045_2.wav->Suc.
|
| 302 |
+
/home/ubuntu/dataset/combined_059_1.wav->Suc.
|
| 303 |
+
/home/ubuntu/dataset/combined_071_1.wav->Suc.
|
| 304 |
+
/home/ubuntu/dataset/combined_084_3.wav->Suc.
|
| 305 |
+
/home/ubuntu/dataset/combined_090_2.wav->Suc.
|
| 306 |
+
/home/ubuntu/dataset/combined_102_3.wav->Suc.
|
| 307 |
+
/home/ubuntu/dataset/combined_110_4.wav->Suc.
|
| 308 |
+
/home/ubuntu/dataset/combined_116_4.wav->Suc.
|
| 309 |
+
/home/ubuntu/dataset/combined_128_1.wav->Suc.
|
| 310 |
+
/home/ubuntu/dataset/combined_138_4.wav->Suc.
|
| 311 |
+
/home/ubuntu/dataset/combined_148_5.wav->Suc.
|
| 312 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_003_2.wav->Suc.
|
| 313 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_003_1.wav->Suc.
|
| 314 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_000_4.wav->Suc.
|
| 315 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_016_7.wav->Suc.
|
| 316 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_008_2.wav->Suc.
|
| 317 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_007_5.wav->Suc.
|
| 318 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_016_1.wav->Suc.
|
| 319 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_003_6.wav->Suc.
|
| 320 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_000_1.wav->Suc.
|
| 321 |
+
/home/ubuntu/dataset/combined_001_1.wav->Suc.
|
| 322 |
+
/home/ubuntu/dataset/combined_006_1.wav->Suc.
|
| 323 |
+
/home/ubuntu/dataset/combined_010_3.wav->Suc.
|
| 324 |
+
/home/ubuntu/dataset/combined_019_7.wav->Suc.
|
| 325 |
+
/home/ubuntu/dataset/combined_025_3.wav->Suc.
|
| 326 |
+
/home/ubuntu/dataset/combined_033_8.wav->Suc.
|
| 327 |
+
/home/ubuntu/dataset/combined_045_3.wav->Suc.
|
| 328 |
+
/home/ubuntu/dataset/combined_059_2.wav->Suc.
|
| 329 |
+
/home/ubuntu/dataset/combined_072_1.wav->Suc.
|
| 330 |
+
/home/ubuntu/dataset/combined_084_4.wav->Suc.
|
| 331 |
+
/home/ubuntu/dataset/combined_090_3.wav->Suc.
|
| 332 |
+
/home/ubuntu/dataset/combined_102_4.wav->Suc.
|
| 333 |
+
/home/ubuntu/dataset/combined_110_5.wav->Suc.
|
| 334 |
+
/home/ubuntu/dataset/combined_116_5.wav->Suc.
|
| 335 |
+
/home/ubuntu/dataset/combined_129_1.wav->Suc.
|
| 336 |
+
/home/ubuntu/dataset/combined_138_5.wav->Suc.
|
| 337 |
+
/home/ubuntu/dataset/combined_149_1.wav->Suc.
|
| 338 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_003_3.wav->Suc.
|
| 339 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_003_2.wav->Suc.
|
| 340 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_001_1.wav->Suc.
|
| 341 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals).json->Traceback (most recent call last):
|
| 342 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 14, in load_audio
|
| 343 |
+
ffmpeg.input(file, threads=0)
|
| 344 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/ffmpeg/_run.py", line 325, in run
|
| 345 |
+
raise Error('ffmpeg', out, err)
|
| 346 |
+
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
|
| 347 |
+
|
| 348 |
+
During handling of the above exception, another exception occurred:
|
| 349 |
+
|
| 350 |
+
Traceback (most recent call last):
|
| 351 |
+
File "trainset_preprocess_pipeline_print.py", line 75, in pipeline
|
| 352 |
+
audio = load_audio(path, self.sr)
|
| 353 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 19, in load_audio
|
| 354 |
+
raise RuntimeError(f"Failed to load audio: {e}")
|
| 355 |
+
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
|
| 356 |
+
|
| 357 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_008_3.wav->Suc.
|
| 358 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_007_6.wav->Suc.
|
| 359 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_017_1.wav->Suc.
|
| 360 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_004_1.wav->Suc.
|
| 361 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_000_2.wav->Suc.
|
| 362 |
+
/home/ubuntu/dataset/combined_001_2.wav->Suc.
|
| 363 |
+
/home/ubuntu/dataset/combined_006_2.wav->Suc.
|
| 364 |
+
/home/ubuntu/dataset/combined_010_4.wav->Suc.
|
| 365 |
+
/home/ubuntu/dataset/combined_020_1.wav->Suc.
|
| 366 |
+
/home/ubuntu/dataset/combined_026_1.wav->Suc.
|
| 367 |
+
/home/ubuntu/dataset/combined_033_9.wav->Suc.
|
| 368 |
+
/home/ubuntu/dataset/combined_046_1.wav->Suc.
|
| 369 |
+
/home/ubuntu/dataset/combined_059_3.wav->Suc.
|
| 370 |
+
/home/ubuntu/dataset/combined_073_1.wav->Suc.
|
| 371 |
+
/home/ubuntu/dataset/combined_084_5.wav->Suc.
|
| 372 |
+
/home/ubuntu/dataset/combined_090_4.wav->Suc.
|
| 373 |
+
/home/ubuntu/dataset/combined_102_5.wav->Suc.
|
| 374 |
+
/home/ubuntu/dataset/combined_110_6.wav->Suc.
|
| 375 |
+
/home/ubuntu/dataset/combined_116_6.wav->Suc.
|
| 376 |
+
/home/ubuntu/dataset/combined_129_2.wav->Suc.
|
| 377 |
+
/home/ubuntu/dataset/combined_138_6.wav->Suc.
|
| 378 |
+
/home/ubuntu/dataset/combined_150_1.wav->Suc.
|
| 379 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_004_1.wav->Suc.
|
| 380 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_003_3.wav->Suc.
|
| 381 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_001_2.wav->Suc.
|
| 382 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_000_1.wav->Suc.
|
| 383 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals).json->Traceback (most recent call last):
|
| 384 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 14, in load_audio
|
| 385 |
+
ffmpeg.input(file, threads=0)
|
| 386 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/ffmpeg/_run.py", line 325, in run
|
| 387 |
+
raise Error('ffmpeg', out, err)
|
| 388 |
+
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
|
| 389 |
+
|
| 390 |
+
During handling of the above exception, another exception occurred:
|
| 391 |
+
|
| 392 |
+
Traceback (most recent call last):
|
| 393 |
+
File "trainset_preprocess_pipeline_print.py", line 75, in pipeline
|
| 394 |
+
audio = load_audio(path, self.sr)
|
| 395 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 19, in load_audio
|
| 396 |
+
raise RuntimeError(f"Failed to load audio: {e}")
|
| 397 |
+
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
|
| 398 |
+
|
| 399 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_007_7.wav->Suc.
|
| 400 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_018_1.wav->Suc.
|
| 401 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_004_2.wav->Suc.
|
| 402 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_000_3.wav->Suc.
|
| 403 |
+
/home/ubuntu/dataset/combined_002_1.wav->Suc.
|
| 404 |
+
/home/ubuntu/dataset/combined_006_3.wav->Suc.
|
| 405 |
+
/home/ubuntu/dataset/combined_010_5.wav->Suc.
|
| 406 |
+
/home/ubuntu/dataset/combined_020_2.wav->Suc.
|
| 407 |
+
/home/ubuntu/dataset/combined_027_1.wav->Suc.
|
| 408 |
+
/home/ubuntu/dataset/combined_034_1.wav->Suc.
|
| 409 |
+
/home/ubuntu/dataset/combined_047_1.wav->Suc.
|
| 410 |
+
/home/ubuntu/dataset/combined_059_4.wav->Suc.
|
| 411 |
+
/home/ubuntu/dataset/combined_074_1.wav->Suc.
|
| 412 |
+
/home/ubuntu/dataset/combined_084_6.wav->Suc.
|
| 413 |
+
/home/ubuntu/dataset/combined_090_5.wav->Suc.
|
| 414 |
+
/home/ubuntu/dataset/combined_102_6.wav->Suc.
|
| 415 |
+
/home/ubuntu/dataset/combined_110_7.wav->Suc.
|
| 416 |
+
/home/ubuntu/dataset/combined_116_7.wav->Suc.
|
| 417 |
+
/home/ubuntu/dataset/combined_129_3.wav->Suc.
|
| 418 |
+
/home/ubuntu/dataset/combined_139_1.wav->Suc.
|
| 419 |
+
/home/ubuntu/dataset/combined_151_1.wav->Suc.
|
| 420 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_005_1.wav->Suc.
|
| 421 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_003_4.wav->Suc.
|
| 422 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_002_1.wav->Suc.
|
| 423 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_000_2.wav->Suc.
|
| 424 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_000_1.wav->Suc.
|
| 425 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_007_8.wav->Suc.
|
| 426 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_018_2.wav->Suc.
|
| 427 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_005_1.wav->Suc.
|
| 428 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_1.wav->Suc.
|
| 429 |
+
/home/ubuntu/dataset/combined_003_1.wav->Suc.
|
| 430 |
+
/home/ubuntu/dataset/combined_006_4.wav->Suc.
|
| 431 |
+
/home/ubuntu/dataset/combined_010_6.wav->Suc.
|
| 432 |
+
/home/ubuntu/dataset/combined_020_3.wav->Suc.
|
| 433 |
+
/home/ubuntu/dataset/combined_027_2.wav->Suc.
|
| 434 |
+
/home/ubuntu/dataset/combined_034_2.wav->Suc.
|
| 435 |
+
/home/ubuntu/dataset/combined_048_1.wav->Suc.
|
| 436 |
+
/home/ubuntu/dataset/combined_059_5.wav->Suc.
|
| 437 |
+
/home/ubuntu/dataset/combined_074_2.wav->Suc.
|
| 438 |
+
/home/ubuntu/dataset/combined_084_7.wav->Suc.
|
| 439 |
+
/home/ubuntu/dataset/combined_090_6.wav->Suc.
|
| 440 |
+
/home/ubuntu/dataset/combined_103_1.wav->Suc.
|
| 441 |
+
/home/ubuntu/dataset/combined_110_8.wav->Suc.
|
| 442 |
+
/home/ubuntu/dataset/combined_116_8.wav->Suc.
|
| 443 |
+
/home/ubuntu/dataset/combined_130_1.wav->Suc.
|
| 444 |
+
/home/ubuntu/dataset/combined_140_1.wav->Suc.
|
| 445 |
+
/home/ubuntu/dataset/combined_152_1.wav->Suc.
|
| 446 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_005_2.wav->Suc.
|
| 447 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_003_5.wav->Suc.
|
| 448 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_002_2.wav->Suc.
|
| 449 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_000_3.wav->Suc.
|
| 450 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_001_1.wav->Suc.
|
| 451 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals).json->Traceback (most recent call last):
|
| 452 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 14, in load_audio
|
| 453 |
+
ffmpeg.input(file, threads=0)
|
| 454 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/ffmpeg/_run.py", line 325, in run
|
| 455 |
+
raise Error('ffmpeg', out, err)
|
| 456 |
+
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
|
| 457 |
+
|
| 458 |
+
During handling of the above exception, another exception occurred:
|
| 459 |
+
|
| 460 |
+
Traceback (most recent call last):
|
| 461 |
+
File "trainset_preprocess_pipeline_print.py", line 75, in pipeline
|
| 462 |
+
audio = load_audio(path, self.sr)
|
| 463 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 19, in load_audio
|
| 464 |
+
raise RuntimeError(f"Failed to load audio: {e}")
|
| 465 |
+
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
|
| 466 |
+
|
| 467 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_019_1.wav->Suc.
|
| 468 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_006_1.wav->Suc.
|
| 469 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_10.wav->Suc.
|
| 470 |
+
/home/ubuntu/dataset/combined_003_10.wav->Suc.
|
| 471 |
+
/home/ubuntu/dataset/combined_006_5.wav->Suc.
|
| 472 |
+
/home/ubuntu/dataset/combined_010_7.wav->Suc.
|
| 473 |
+
/home/ubuntu/dataset/combined_021_1.wav->Suc.
|
| 474 |
+
/home/ubuntu/dataset/combined_027_3.wav->Suc.
|
| 475 |
+
/home/ubuntu/dataset/combined_035_1.wav->Suc.
|
| 476 |
+
/home/ubuntu/dataset/combined_049_1.wav->Suc.
|
| 477 |
+
/home/ubuntu/dataset/combined_059_6.wav->Suc.
|
| 478 |
+
/home/ubuntu/dataset/combined_074_3.wav->Suc.
|
| 479 |
+
/home/ubuntu/dataset/combined_085_1.wav->Suc.
|
| 480 |
+
/home/ubuntu/dataset/combined_090_7.wav->Suc.
|
| 481 |
+
/home/ubuntu/dataset/combined_104_1.wav->Suc.
|
| 482 |
+
/home/ubuntu/dataset/combined_110_9.wav->Suc.
|
| 483 |
+
/home/ubuntu/dataset/combined_116_9.wav->Suc.
|
| 484 |
+
/home/ubuntu/dataset/combined_130_2.wav->Suc.
|
| 485 |
+
/home/ubuntu/dataset/combined_141_1.wav->Suc.
|
| 486 |
+
/home/ubuntu/dataset/combined_153_1.wav->Suc.
|
| 487 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_005_3.wav->Suc.
|
| 488 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_003_6.wav->Suc.
|
| 489 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_002_3.wav->Suc.
|
| 490 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_000_4.wav->Suc.
|
| 491 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_002_1.wav->Suc.
|
| 492 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_000_1.wav->Suc.
|
| 493 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_020_1.wav->Suc.
|
| 494 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_007_1.wav->Suc.
|
| 495 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_2.wav->Suc.
|
| 496 |
+
/home/ubuntu/dataset/combined_003_11.wav->Suc.
|
| 497 |
+
/home/ubuntu/dataset/combined_007_1.wav->Suc.
|
| 498 |
+
/home/ubuntu/dataset/combined_010_8.wav->Suc.
|
| 499 |
+
/home/ubuntu/dataset/combined_021_10.wav->Suc.
|
| 500 |
+
/home/ubuntu/dataset/combined_027_4.wav->Suc.
|
| 501 |
+
/home/ubuntu/dataset/combined_036_1.wav->Suc.
|
| 502 |
+
/home/ubuntu/dataset/combined_050_1.wav->Suc.
|
| 503 |
+
/home/ubuntu/dataset/combined_060_1.wav->Suc.
|
| 504 |
+
/home/ubuntu/dataset/combined_074_4.wav->Suc.
|
| 505 |
+
/home/ubuntu/dataset/combined_085_10.wav->Suc.
|
| 506 |
+
/home/ubuntu/dataset/combined_090_8.wav->Suc.
|
| 507 |
+
/home/ubuntu/dataset/combined_105_1.wav->Suc.
|
| 508 |
+
/home/ubuntu/dataset/combined_111_1.wav->Suc.
|
| 509 |
+
/home/ubuntu/dataset/combined_117_1.wav->Suc.
|
| 510 |
+
/home/ubuntu/dataset/combined_130_3.wav->Suc.
|
| 511 |
+
/home/ubuntu/dataset/combined_142_1.wav->Suc.
|
| 512 |
+
/home/ubuntu/dataset/combined_154_1.wav->Suc.
|
| 513 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_006_1.wav->Suc.
|
| 514 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_003_7.wav->Suc.
|
| 515 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_002_4.wav->Suc.
|
| 516 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_000_5.wav->Suc.
|
| 517 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_002_2.wav->Suc.
|
| 518 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_000_2.wav->Suc.
|
| 519 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_020_2.wav->Suc.
|
| 520 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_008_1.wav->Suc.
|
| 521 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_3.wav->Suc.
|
| 522 |
+
/home/ubuntu/dataset/combined_003_2.wav->Suc.
|
| 523 |
+
/home/ubuntu/dataset/combined_007_2.wav->Suc.
|
| 524 |
+
/home/ubuntu/dataset/combined_010_9.wav->Suc.
|
| 525 |
+
/home/ubuntu/dataset/combined_021_11.wav->Suc.
|
| 526 |
+
/home/ubuntu/dataset/combined_027_5.wav->Suc.
|
| 527 |
+
/home/ubuntu/dataset/combined_037_1.wav->Suc.
|
| 528 |
+
/home/ubuntu/dataset/combined_051_1.wav->Suc.
|
| 529 |
+
/home/ubuntu/dataset/combined_060_2.wav->Suc.
|
| 530 |
+
/home/ubuntu/dataset/combined_075_1.wav->Suc.
|
| 531 |
+
/home/ubuntu/dataset/combined_085_2.wav->Suc.
|
| 532 |
+
/home/ubuntu/dataset/combined_090_9.wav->Suc.
|
| 533 |
+
/home/ubuntu/dataset/combined_106_1.wav->Suc.
|
| 534 |
+
/home/ubuntu/dataset/combined_111_2.wav->Suc.
|
| 535 |
+
/home/ubuntu/dataset/combined_117_2.wav->Suc.
|
| 536 |
+
/home/ubuntu/dataset/combined_130_4.wav->Suc.
|
| 537 |
+
/home/ubuntu/dataset/combined_143_1.wav->Suc.
|
| 538 |
+
/home/ubuntu/dataset/combined_154_2.wav->Suc.
|
| 539 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_007_1.wav->Suc.
|
| 540 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_003_8.wav->Suc.
|
| 541 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_003_1.wav->Suc.
|
| 542 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_000_6.wav->Suc.
|
| 543 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_002_3.wav->Suc.
|
| 544 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_000_3.wav->Suc.
|
| 545 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_021_1.wav->Suc.
|
| 546 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_009_1.wav->Suc.
|
| 547 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_4.wav->Suc.
|
| 548 |
+
/home/ubuntu/dataset/combined_003_3.wav->Suc.
|
| 549 |
+
/home/ubuntu/dataset/combined_007_3.wav->Suc.
|
| 550 |
+
/home/ubuntu/dataset/combined_011_1.wav->Suc.
|
| 551 |
+
/home/ubuntu/dataset/combined_021_12.wav->Suc.
|
| 552 |
+
/home/ubuntu/dataset/combined_028_1.wav->Suc.
|
| 553 |
+
/home/ubuntu/dataset/combined_038_1.wav->Suc.
|
| 554 |
+
/home/ubuntu/dataset/combined_051_2.wav->Suc.
|
| 555 |
+
/home/ubuntu/dataset/combined_060_3.wav->Suc.
|
| 556 |
+
/home/ubuntu/dataset/combined_076_1.wav->Suc.
|
| 557 |
+
/home/ubuntu/dataset/combined_085_3.wav->Suc.
|
| 558 |
+
/home/ubuntu/dataset/combined_091_1.wav->Suc.
|
| 559 |
+
/home/ubuntu/dataset/combined_106_2.wav->Suc.
|
| 560 |
+
/home/ubuntu/dataset/combined_112_1.wav->Suc.
|
| 561 |
+
/home/ubuntu/dataset/combined_118_1.wav->Suc.
|
| 562 |
+
/home/ubuntu/dataset/combined_130_5.wav->Suc.
|
| 563 |
+
/home/ubuntu/dataset/combined_143_2.wav->Suc.
|
| 564 |
+
/home/ubuntu/dataset/combined_154_3.wav->Suc.
|
| 565 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_008_1.wav->Suc.
|
| 566 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_003_9.wav->Suc.
|
| 567 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_004_1.wav->Suc.
|
| 568 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_001_1.wav->Suc.
|
| 569 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_002_4.wav->Suc.
|
| 570 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_001_1.wav->Suc.
|
| 571 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_022_1.wav->Suc.
|
| 572 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_010_1.wav->Suc.
|
| 573 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_5.wav->Suc.
|
| 574 |
+
/home/ubuntu/dataset/combined_003_4.wav->Suc.
|
| 575 |
+
/home/ubuntu/dataset/combined_008_1.wav->Suc.
|
| 576 |
+
/home/ubuntu/dataset/combined_012_1.wav->Suc.
|
| 577 |
+
/home/ubuntu/dataset/combined_021_13.wav->Suc.
|
| 578 |
+
/home/ubuntu/dataset/combined_028_2.wav->Suc.
|
| 579 |
+
/home/ubuntu/dataset/combined_039_1.wav->Suc.
|
| 580 |
+
/home/ubuntu/dataset/combined_051_3.wav->Suc.
|
| 581 |
+
/home/ubuntu/dataset/combined_061_1.wav->Suc.
|
| 582 |
+
/home/ubuntu/dataset/combined_077_1.wav->Suc.
|
| 583 |
+
/home/ubuntu/dataset/combined_085_4.wav->Suc.
|
| 584 |
+
/home/ubuntu/dataset/combined_092_1.wav->Suc.
|
| 585 |
+
/home/ubuntu/dataset/combined_106_3.wav->Suc.
|
| 586 |
+
/home/ubuntu/dataset/combined_112_2.wav->Suc.
|
| 587 |
+
/home/ubuntu/dataset/combined_118_2.wav->Suc.
|
| 588 |
+
/home/ubuntu/dataset/combined_130_6.wav->Suc.
|
| 589 |
+
/home/ubuntu/dataset/combined_143_3.wav->Suc.
|
| 590 |
+
/home/ubuntu/dataset/combined_154_4.wav->Suc.
|
| 591 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_009_1.wav->Suc.
|
| 592 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_004_1.wav->Suc.
|
| 593 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_005_1.wav->Suc.
|
| 594 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_001_2.wav->Suc.
|
| 595 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_002_5.wav->Suc.
|
| 596 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_001_2.wav->Suc.
|
| 597 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_022_2.wav->Suc.
|
| 598 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_010_2.wav->Suc.
|
| 599 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_6.wav->Suc.
|
| 600 |
+
/home/ubuntu/dataset/combined_003_5.wav->Suc.
|
| 601 |
+
/home/ubuntu/dataset/combined_008_10.wav->Suc.
|
| 602 |
+
/home/ubuntu/dataset/combined_013_1.wav->Suc.
|
| 603 |
+
/home/ubuntu/dataset/combined_021_2.wav->Suc.
|
| 604 |
+
/home/ubuntu/dataset/combined_029_1.wav->Suc.
|
| 605 |
+
/home/ubuntu/dataset/combined_039_10.wav->Suc.
|
| 606 |
+
/home/ubuntu/dataset/combined_051_4.wav->Suc.
|
| 607 |
+
/home/ubuntu/dataset/combined_061_2.wav->Suc.
|
| 608 |
+
/home/ubuntu/dataset/combined_077_2.wav->Suc.
|
| 609 |
+
/home/ubuntu/dataset/combined_085_5.wav->Suc.
|
| 610 |
+
/home/ubuntu/dataset/combined_093_1.wav->Suc.
|
| 611 |
+
/home/ubuntu/dataset/combined_107_1.wav->Suc.
|
| 612 |
+
/home/ubuntu/dataset/combined_112_3.wav->Suc.
|
| 613 |
+
/home/ubuntu/dataset/combined_119_1.wav->Suc.
|
| 614 |
+
/home/ubuntu/dataset/combined_131_1.wav->Suc.
|
| 615 |
+
/home/ubuntu/dataset/combined_143_4.wav->Suc.
|
| 616 |
+
/home/ubuntu/dataset/combined_154_5.wav->Suc.
|
| 617 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_010_1.wav->Suc.
|
| 618 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_004_2.wav->Suc.
|
| 619 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_006_1.wav->Suc.
|
| 620 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_001_3.wav->Suc.
|
| 621 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_002_6.wav->Suc.
|
| 622 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_001_3.wav->Suc.
|
| 623 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_023_1.wav->Suc.
|
| 624 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_010_3.wav->Suc.
|
| 625 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_7.wav->Suc.
|
| 626 |
+
/home/ubuntu/dataset/combined_003_6.wav->Suc.
|
| 627 |
+
/home/ubuntu/dataset/combined_008_2.wav->Suc.
|
| 628 |
+
/home/ubuntu/dataset/combined_014_1.wav->Suc.
|
| 629 |
+
/home/ubuntu/dataset/combined_021_3.wav->Suc.
|
| 630 |
+
/home/ubuntu/dataset/combined_029_2.wav->Suc.
|
| 631 |
+
/home/ubuntu/dataset/combined_039_11.wav->Suc.
|
| 632 |
+
/home/ubuntu/dataset/combined_051_5.wav->Suc.
|
| 633 |
+
/home/ubuntu/dataset/combined_061_3.wav->Suc.
|
| 634 |
+
/home/ubuntu/dataset/combined_077_3.wav->Suc.
|
| 635 |
+
/home/ubuntu/dataset/combined_085_6.wav->Suc.
|
| 636 |
+
/home/ubuntu/dataset/combined_094_1.wav->Suc.
|
| 637 |
+
/home/ubuntu/dataset/combined_107_2.wav->Suc.
|
| 638 |
+
/home/ubuntu/dataset/combined_112_4.wav->Suc.
|
| 639 |
+
/home/ubuntu/dataset/combined_120_1.wav->Suc.
|
| 640 |
+
/home/ubuntu/dataset/combined_131_2.wav->Suc.
|
| 641 |
+
/home/ubuntu/dataset/combined_143_5.wav->Suc.
|
| 642 |
+
/home/ubuntu/dataset/combined_154_6.wav->Suc.
|
| 643 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_011_1.wav->Suc.
|
| 644 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_004_3.wav->Suc.
|
| 645 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_007_1.wav->Suc.
|
| 646 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_002_1.wav->Suc.
|
| 647 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_002_7.wav->Suc.
|
| 648 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_002_1.wav->Suc.
|
| 649 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_023_2.wav->Suc.
|
| 650 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_011_1.wav->Suc.
|
| 651 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_8.wav->Suc.
|
| 652 |
+
/home/ubuntu/dataset/combined_003_7.wav->Suc.
|
| 653 |
+
/home/ubuntu/dataset/combined_008_3.wav->Suc.
|
| 654 |
+
/home/ubuntu/dataset/combined_014_2.wav->Suc.
|
| 655 |
+
/home/ubuntu/dataset/combined_021_4.wav->Suc.
|
| 656 |
+
/home/ubuntu/dataset/combined_029_3.wav->Suc.
|
| 657 |
+
/home/ubuntu/dataset/combined_039_2.wav->Suc.
|
| 658 |
+
/home/ubuntu/dataset/combined_051_6.wav->Suc.
|
| 659 |
+
/home/ubuntu/dataset/combined_062_1.wav->Suc.
|
| 660 |
+
/home/ubuntu/dataset/combined_078_1.wav->Suc.
|
| 661 |
+
/home/ubuntu/dataset/combined_085_7.wav->Suc.
|
| 662 |
+
/home/ubuntu/dataset/combined_094_2.wav->Suc.
|
| 663 |
+
/home/ubuntu/dataset/combined_107_3.wav->Suc.
|
| 664 |
+
/home/ubuntu/dataset/combined_112_5.wav->Suc.
|
| 665 |
+
/home/ubuntu/dataset/combined_120_2.wav->Suc.
|
| 666 |
+
/home/ubuntu/dataset/combined_131_3.wav->Suc.
|
| 667 |
+
/home/ubuntu/dataset/combined_143_6.wav->Suc.
|
| 668 |
+
/home/ubuntu/dataset/combined_154_7.wav->Suc.
|
| 669 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_011_2.wav->Suc.
|
| 670 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_004_4.wav->Suc.
|
| 671 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_008_1.wav->Suc.
|
| 672 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_002_2.wav->Suc.
|
| 673 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_002_8.wav->Suc.
|
| 674 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_003_1.wav->Suc.
|
| 675 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_023_3.wav->Suc.
|
| 676 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_012_1.wav->Suc.
|
| 677 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_001_9.wav->Suc.
|
| 678 |
+
/home/ubuntu/dataset/combined_003_8.wav->Suc.
|
| 679 |
+
/home/ubuntu/dataset/combined_008_4.wav->Suc.
|
| 680 |
+
/home/ubuntu/dataset/combined_015_1.wav->Suc.
|
| 681 |
+
/home/ubuntu/dataset/combined_021_5.wav->Suc.
|
| 682 |
+
/home/ubuntu/dataset/combined_029_4.wav->Suc.
|
| 683 |
+
/home/ubuntu/dataset/combined_039_3.wav->Suc.
|
| 684 |
+
/home/ubuntu/dataset/combined_052_1.wav->Suc.
|
| 685 |
+
/home/ubuntu/dataset/combined_062_2.wav->Suc.
|
| 686 |
+
/home/ubuntu/dataset/combined_078_2.wav->Suc.
|
| 687 |
+
/home/ubuntu/dataset/combined_085_8.wav->Suc.
|
| 688 |
+
/home/ubuntu/dataset/combined_094_3.wav->Suc.
|
| 689 |
+
/home/ubuntu/dataset/combined_108_1.wav->Suc.
|
| 690 |
+
/home/ubuntu/dataset/combined_112_6.wav->Suc.
|
| 691 |
+
/home/ubuntu/dataset/combined_120_3.wav->Suc.
|
| 692 |
+
/home/ubuntu/dataset/combined_131_4.wav->Suc.
|
| 693 |
+
/home/ubuntu/dataset/combined_143_7.wav->Suc.
|
| 694 |
+
/home/ubuntu/dataset/combined_154_8.wav->Suc.
|
| 695 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_012_1.wav->Suc.
|
| 696 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_004_5.wav->Suc.
|
| 697 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_009_1.wav->Suc.
|
| 698 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_002_3.wav->Suc.
|
| 699 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_002_9.wav->Suc.
|
| 700 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_004_1.wav->Suc.
|
| 701 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_023_4.wav->Suc.
|
| 702 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_012_2.wav->Suc.
|
| 703 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_002_1.wav->Suc.
|
| 704 |
+
/home/ubuntu/dataset/combined_003_9.wav->Suc.
|
| 705 |
+
/home/ubuntu/dataset/combined_008_5.wav->Suc.
|
| 706 |
+
/home/ubuntu/dataset/combined_015_2.wav->Suc.
|
| 707 |
+
/home/ubuntu/dataset/combined_021_6.wav->Suc.
|
| 708 |
+
/home/ubuntu/dataset/combined_029_5.wav->Suc.
|
| 709 |
+
/home/ubuntu/dataset/combined_039_4.wav->Suc.
|
| 710 |
+
/home/ubuntu/dataset/combined_053_1.wav->Suc.
|
| 711 |
+
/home/ubuntu/dataset/combined_062_3.wav->Suc.
|
| 712 |
+
/home/ubuntu/dataset/combined_078_3.wav->Suc.
|
| 713 |
+
/home/ubuntu/dataset/combined_085_9.wav->Suc.
|
| 714 |
+
/home/ubuntu/dataset/combined_095_1.wav->Suc.
|
| 715 |
+
/home/ubuntu/dataset/combined_108_2.wav->Suc.
|
| 716 |
+
/home/ubuntu/dataset/combined_112_7.wav->Suc.
|
| 717 |
+
/home/ubuntu/dataset/combined_121_1.wav->Suc.
|
| 718 |
+
/home/ubuntu/dataset/combined_131_5.wav->Suc.
|
| 719 |
+
/home/ubuntu/dataset/combined_143_8.wav->Suc.
|
| 720 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_012_2.wav->Suc.
|
| 721 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_004_6.wav->Suc.
|
| 722 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_010_1.wav->Suc.
|
| 723 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_002_4.wav->Suc.
|
| 724 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_003_1.wav->Suc.
|
| 725 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_004_2.wav->Suc.
|
| 726 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_023_5.wav->Suc.
|
| 727 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_012_3.wav->Suc.
|
| 728 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_002_2.wav->Suc.
|
| 729 |
+
/home/ubuntu/dataset/combined_004_1.wav->Suc.
|
| 730 |
+
/home/ubuntu/dataset/combined_008_6.wav->Suc.
|
| 731 |
+
/home/ubuntu/dataset/combined_015_3.wav->Suc.
|
| 732 |
+
/home/ubuntu/dataset/combined_021_7.wav->Suc.
|
| 733 |
+
/home/ubuntu/dataset/combined_029_6.wav->Suc.
|
| 734 |
+
/home/ubuntu/dataset/combined_039_5.wav->Suc.
|
| 735 |
+
/home/ubuntu/dataset/combined_053_2.wav->Suc.
|
| 736 |
+
/home/ubuntu/dataset/combined_062_4.wav->Suc.
|
| 737 |
+
/home/ubuntu/dataset/combined_079_1.wav->Suc.
|
| 738 |
+
/home/ubuntu/dataset/combined_086_1.wav->Suc.
|
| 739 |
+
/home/ubuntu/dataset/combined_096_1.wav->Suc.
|
| 740 |
+
/home/ubuntu/dataset/combined_108_3.wav->Suc.
|
| 741 |
+
/home/ubuntu/dataset/combined_113_1.wav->Suc.
|
| 742 |
+
/home/ubuntu/dataset/combined_121_2.wav->Suc.
|
| 743 |
+
/home/ubuntu/dataset/combined_131_6.wav->Suc.
|
| 744 |
+
/home/ubuntu/dataset/combined_143_9.wav->Suc.
|
| 745 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_012_3.wav->Suc.
|
| 746 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_004_7.wav->Suc.
|
| 747 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_010_2.wav->Suc.
|
| 748 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_002_5.wav->Suc.
|
| 749 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_003_2.wav->Suc.
|
| 750 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_005_1.wav->Suc.
|
| 751 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_023_6.wav->Suc.
|
| 752 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_012_4.wav->Suc.
|
| 753 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_002_3.wav->Suc.
|
| 754 |
+
/home/ubuntu/dataset/combined_004_10.wav->Suc.
|
| 755 |
+
/home/ubuntu/dataset/combined_008_7.wav->Suc.
|
| 756 |
+
/home/ubuntu/dataset/combined_015_4.wav->Suc.
|
| 757 |
+
/home/ubuntu/dataset/combined_021_8.wav->Suc.
|
| 758 |
+
/home/ubuntu/dataset/combined_029_7.wav->Suc.
|
| 759 |
+
/home/ubuntu/dataset/combined_039_6.wav->Suc.
|
| 760 |
+
/home/ubuntu/dataset/combined_053_3.wav->Suc.
|
| 761 |
+
/home/ubuntu/dataset/combined_062_5.wav->Suc.
|
| 762 |
+
/home/ubuntu/dataset/combined_079_2.wav->Suc.
|
| 763 |
+
/home/ubuntu/dataset/combined_086_2.wav->Suc.
|
| 764 |
+
/home/ubuntu/dataset/combined_097_1.wav->Suc.
|
| 765 |
+
/home/ubuntu/dataset/combined_108_4.wav->Suc.
|
| 766 |
+
/home/ubuntu/dataset/combined_114_1.wav->Suc.
|
| 767 |
+
/home/ubuntu/dataset/combined_121_3.wav->Suc.
|
| 768 |
+
/home/ubuntu/dataset/combined_132_1.wav->Suc.
|
| 769 |
+
/home/ubuntu/dataset/combined_144_1.wav->Suc.
|
| 770 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_012_4.wav->Suc.
|
| 771 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_004_8.wav->Suc.
|
| 772 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_010_3.wav->Suc.
|
| 773 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_003_1.wav->Suc.
|
| 774 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_003_3.wav->Suc.
|
| 775 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_006_1.wav->Suc.
|
| 776 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_023_7.wav->Suc.
|
| 777 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_012_5.wav->Suc.
|
| 778 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_002_4.wav->Suc.
|
| 779 |
+
/home/ubuntu/dataset/combined_004_11.wav->Suc.
|
| 780 |
+
/home/ubuntu/dataset/combined_008_8.wav->Suc.
|
| 781 |
+
/home/ubuntu/dataset/combined_015_5.wav->Suc.
|
| 782 |
+
/home/ubuntu/dataset/combined_021_9.wav->Suc.
|
| 783 |
+
/home/ubuntu/dataset/combined_030_1.wav->Suc.
|
| 784 |
+
/home/ubuntu/dataset/combined_039_7.wav->Suc.
|
| 785 |
+
/home/ubuntu/dataset/combined_053_4.wav->Suc.
|
| 786 |
+
/home/ubuntu/dataset/combined_063_1.wav->Suc.
|
| 787 |
+
/home/ubuntu/dataset/combined_079_3.wav->Suc.
|
| 788 |
+
/home/ubuntu/dataset/combined_087_1.wav->Suc.
|
| 789 |
+
/home/ubuntu/dataset/combined_098_1.wav->Suc.
|
| 790 |
+
/home/ubuntu/dataset/combined_108_5.wav->Suc.
|
| 791 |
+
/home/ubuntu/dataset/combined_115_1.wav->Suc.
|
| 792 |
+
/home/ubuntu/dataset/combined_121_4.wav->Suc.
|
| 793 |
+
/home/ubuntu/dataset/combined_132_2.wav->Suc.
|
| 794 |
+
/home/ubuntu/dataset/combined_144_2.wav->Suc.
|
| 795 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_013_1.wav->Suc.
|
| 796 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_005_1.wav->Suc.
|
| 797 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_011_1.wav->Suc.
|
| 798 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_003_2.wav->Suc.
|
| 799 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_003_4.wav->Suc.
|
| 800 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_007_1.wav->Suc.
|
| 801 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_023_8.wav->Suc.
|
| 802 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_012_6.wav->Suc.
|
| 803 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_002_5.wav->Suc.
|
| 804 |
+
/home/ubuntu/dataset/combined_004_12.wav->Suc.
|
| 805 |
+
/home/ubuntu/dataset/combined_008_9.wav->Suc.
|
| 806 |
+
/home/ubuntu/dataset/combined_015_6.wav->Suc.
|
| 807 |
+
/home/ubuntu/dataset/combined_022_1.wav->Suc.
|
| 808 |
+
/home/ubuntu/dataset/combined_031_1.wav->Suc.
|
| 809 |
+
/home/ubuntu/dataset/combined_039_8.wav->Suc.
|
| 810 |
+
/home/ubuntu/dataset/combined_054_1.wav->Suc.
|
| 811 |
+
/home/ubuntu/dataset/combined_064_1.wav->Suc.
|
| 812 |
+
/home/ubuntu/dataset/combined_079_4.wav->Suc.
|
| 813 |
+
/home/ubuntu/dataset/combined_087_2.wav->Suc.
|
| 814 |
+
/home/ubuntu/dataset/combined_099_1.wav->Suc.
|
| 815 |
+
/home/ubuntu/dataset/combined_108_6.wav->Suc.
|
| 816 |
+
/home/ubuntu/dataset/combined_115_2.wav->Suc.
|
| 817 |
+
/home/ubuntu/dataset/combined_121_5.wav->Suc.
|
| 818 |
+
/home/ubuntu/dataset/combined_132_3.wav->Suc.
|
| 819 |
+
/home/ubuntu/dataset/combined_145_1.wav->Suc.
|
| 820 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_014_1.wav->Suc.
|
| 821 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_006_1.wav->Suc.
|
| 822 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_011_2.wav->Suc.
|
| 823 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_003_3.wav->Suc.
|
| 824 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_003_5.wav->Suc.
|
| 825 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_008_1.wav->Suc.
|
| 826 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_024_1.wav->Suc.
|
| 827 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_012_7.wav->Suc.
|
| 828 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_003_1.wav->Suc.
|
| 829 |
+
/home/ubuntu/dataset/combined_004_13.wav->Suc.
|
| 830 |
+
/home/ubuntu/dataset/combined_009_1.wav->Suc.
|
| 831 |
+
/home/ubuntu/dataset/combined_015_7.wav->Suc.
|
| 832 |
+
/home/ubuntu/dataset/combined_023_1.wav->Suc.
|
| 833 |
+
/home/ubuntu/dataset/combined_031_2.wav->Suc.
|
| 834 |
+
/home/ubuntu/dataset/combined_039_9.wav->Suc.
|
| 835 |
+
/home/ubuntu/dataset/combined_054_2.wav->Suc.
|
| 836 |
+
/home/ubuntu/dataset/combined_064_2.wav->Suc.
|
| 837 |
+
/home/ubuntu/dataset/combined_079_5.wav->Suc.
|
| 838 |
+
/home/ubuntu/dataset/combined_087_3.wav->Suc.
|
| 839 |
+
/home/ubuntu/dataset/combined_100_1.wav->Suc.
|
| 840 |
+
/home/ubuntu/dataset/combined_109_1.wav->Suc.
|
| 841 |
+
/home/ubuntu/dataset/combined_115_3.wav->Suc.
|
| 842 |
+
/home/ubuntu/dataset/combined_122_1.wav->Suc.
|
| 843 |
+
/home/ubuntu/dataset/combined_132_4.wav->Suc.
|
| 844 |
+
/home/ubuntu/dataset/combined_145_2.wav->Suc.
|
| 845 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_014_2.wav->Suc.
|
| 846 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_006_2.wav->Suc.
|
| 847 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_011_3.wav->Suc.
|
| 848 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_003_4.wav->Suc.
|
| 849 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_003_6.wav->Suc.
|
| 850 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_008_2.wav->Suc.
|
| 851 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals).json->Traceback (most recent call last):
|
| 852 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 14, in load_audio
|
| 853 |
+
ffmpeg.input(file, threads=0)
|
| 854 |
+
File "/home/ubuntu/.local/lib/python3.8/site-packages/ffmpeg/_run.py", line 325, in run
|
| 855 |
+
raise Error('ffmpeg', out, err)
|
| 856 |
+
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
|
| 857 |
+
|
| 858 |
+
During handling of the above exception, another exception occurred:
|
| 859 |
+
|
| 860 |
+
Traceback (most recent call last):
|
| 861 |
+
File "trainset_preprocess_pipeline_print.py", line 75, in pipeline
|
| 862 |
+
audio = load_audio(path, self.sr)
|
| 863 |
+
File "/home/ubuntu/Retrieval-based-Voice-Conversion-WebUI/my_utils.py", line 19, in load_audio
|
| 864 |
+
raise RuntimeError(f"Failed to load audio: {e}")
|
| 865 |
+
RuntimeError: Failed to load audio: ffmpeg error (see stderr output for detail)
|
| 866 |
+
|
| 867 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_1.wav->Suc.
|
| 868 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_003_2.wav->Suc.
|
| 869 |
+
/home/ubuntu/dataset/combined_004_14.wav->Suc.
|
| 870 |
+
/home/ubuntu/dataset/combined_009_2.wav->Suc.
|
| 871 |
+
/home/ubuntu/dataset/combined_016_1.wav->Suc.
|
| 872 |
+
/home/ubuntu/dataset/combined_023_2.wav->Suc.
|
| 873 |
+
/home/ubuntu/dataset/combined_031_3.wav->Suc.
|
| 874 |
+
/home/ubuntu/dataset/combined_040_1.wav->Suc.
|
| 875 |
+
/home/ubuntu/dataset/combined_054_3.wav->Suc.
|
| 876 |
+
/home/ubuntu/dataset/combined_065_1.wav->Suc.
|
| 877 |
+
/home/ubuntu/dataset/combined_080_1.wav->Suc.
|
| 878 |
+
/home/ubuntu/dataset/combined_088_1.wav->Suc.
|
| 879 |
+
/home/ubuntu/dataset/combined_100_2.wav->Suc.
|
| 880 |
+
/home/ubuntu/dataset/combined_110_1.wav->Suc.
|
| 881 |
+
/home/ubuntu/dataset/combined_115_4.wav->Suc.
|
| 882 |
+
/home/ubuntu/dataset/combined_122_2.wav->Suc.
|
| 883 |
+
/home/ubuntu/dataset/combined_132_5.wav->Suc.
|
| 884 |
+
/home/ubuntu/dataset/combined_145_3.wav->Suc.
|
| 885 |
+
/home/ubuntu/dataset/1_02 - Atif Aslam - Hoor_(Vocals)_014_3.wav->Suc.
|
| 886 |
+
/home/ubuntu/dataset/1_1 - Atif Aslam - Doorie_(Vocals)_006_3.wav->Suc.
|
| 887 |
+
/home/ubuntu/dataset/1_Jeene Laga Hoon - Atif Aslam_(Vocals)_012_1.wav->Suc.
|
| 888 |
+
/home/ubuntu/dataset/2_1 - Atif Aslam - Mar Jaayen (From _Loveshhuda_)_(Vocals)_003_5.wav->Suc.
|
| 889 |
+
/home/ubuntu/dataset/2_Kadi Te Has Bol - Atif Aslam_(Vocals)_003_7.wav->Suc.
|
| 890 |
+
/home/ubuntu/dataset/3_02 - Atif Aslam - Aadat_(Vocals)_009_1.wav->Suc.
|
| 891 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_000_1.wav->Suc.
|
| 892 |
+
/home/ubuntu/dataset/4_3 - Atif Aslam - Kuch Is Tarah_(Vocals)_013_10.wav->Suc.
|
| 893 |
+
/home/ubuntu/dataset/4_Khair Mangda - Atif Aslam_(Vocals)_003_3.wav->Suc.
|
| 894 |
+
/home/ubuntu/dataset/combined_004_2.wav->Suc.
|
| 895 |
+
/home/ubuntu/dataset/combined_009_3.wav->Suc.
|
| 896 |
+
/home/ubuntu/dataset/combined_016_2.wav->Suc.
|
| 897 |
+
/home/ubuntu/dataset/combined_023_3.wav->Suc.
|
| 898 |
+
/home/ubuntu/dataset/combined_032_1.wav->Suc.
|
| 899 |
+
/home/ubuntu/dataset/combined_040_2.wav->Suc.
|
| 900 |
+
/home/ubuntu/dataset/combined_054_4.wav->Suc.
|
| 901 |
+
/home/ubuntu/dataset/combined_066_1.wav->Suc.
|
| 902 |
+
/home/ubuntu/dataset/combined_080_2.wav->Suc.
|
| 903 |
+
/home/ubuntu/dataset/combined_088_2.wav->Suc.
|
| 904 |
+
/home/ubuntu/dataset/combined_100_3.wav->Suc.
|
| 905 |
+
/home/ubuntu/dataset/combined_110_10.wav->Suc.
|
| 906 |
+
/home/ubuntu/dataset/combined_115_5.wav->Suc.
|
| 907 |
+
/home/ubuntu/dataset/combined_123_1.wav->Suc.
|
| 908 |
+
/home/ubuntu/dataset/combined_133_1.wav->Suc.
|
| 909 |
+
/home/ubuntu/dataset/combined_145_4.wav->Suc.
|
| 910 |
+
end preprocess
|
total_fea.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7062e301d622827ff048782397ea597dfa73386fbf94ea93721d91228aa0022f
|
| 3 |
+
size 283055232
|
train.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
trained_IVF7087_Flat_nprobe_1.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:308dc030c32cd32e3fc21fe8bb0b49e71adbe4c0ffd6707f555450af25218192
|
| 3 |
+
size 7257227
|