GISDGDIGDI9ED
commited on
Commit
•
7014bdb
1
Parent(s):
f8edc04
Upload 12 files
Browse filesLeslie Latin American Spanish Voice
![tdOvTpF.jpg](https://cdn-uploads.huggingface.co/production/uploads/64b1d0facba3235a05ce05a0/4wvqgGMNtIlbHVRcw8OhU.jpeg)
- .gitattributes +1 -0
- D_2333333.pth +3 -0
- G_2333333.pth +3 -0
- added_IVF29_Flat_nprobe_1_mi-test_v2.index +3 -0
- config.json +46 -0
- events.out.tfevents.1692148791.c333a365c9dd.4468.0 +3 -0
- extract_f0_feature.log +16 -0
- filelist.txt +11 -0
- mi-test.pth +3 -0
- preprocess.log +3 -0
- total_fea.npy +3 -0
- train.log +82 -0
- trained_IVF29_Flat_nprobe_1_mi-test_v2.index +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
added_IVF29_Flat_nprobe_1_mi-test_v2.index filter=lfs diff=lfs merge=lfs -text
|
D_2333333.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac689c1387ec80c4e6440beb8abaea88675f88bea412c703f363d44c3fa4fceb
|
3 |
+
size 857126469
|
G_2333333.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d23ea6b2cdcb242eb4ffea205ba2cc3a1a25051ac7a4b2a1f969b954965c1a47
|
3 |
+
size 438183069
|
added_IVF29_Flat_nprobe_1_mi-test_v2.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c73f4d9a0ad43e1593e44b3160deab8fa9e623820deeb5a12aa56b374738e4b
|
3 |
+
size 3600659
|
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": false,
|
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.1692148791.c333a365c9dd.4468.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28004658776fb1556fc25b6c45fb5f067f0cda6c3cc2c827a3fec8e0e5ee909d
|
3 |
+
size 129140
|
extract_f0_feature.log
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
['extract_f0_print.py', '/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test', '2', 'harvest', '64']
|
2 |
+
['extract_feature_print.py', 'cuda:0', '1', '0', '0', '/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test', 'v2']
|
3 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test
|
4 |
+
load model(s) from hubert_base.pt
|
5 |
+
move model to cuda
|
6 |
+
all-feature-9
|
7 |
+
now-0,all-9,0_0.wav,(149, 768)
|
8 |
+
now-1,all-9,0_1.wav,(149, 768)
|
9 |
+
now-2,all-9,0_2.wav,(149, 768)
|
10 |
+
now-3,all-9,0_4.wav,(149, 768)
|
11 |
+
now-4,all-9,0_6.wav,(65, 768)
|
12 |
+
now-5,all-9,1_0.wav,(149, 768)
|
13 |
+
now-6,all-9,1_1.wav,(149, 768)
|
14 |
+
now-7,all-9,1_2.wav,(149, 768)
|
15 |
+
now-8,all-9,1_4.wav,(32, 768)
|
16 |
+
all-feature-done
|
filelist.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/0_gt_wavs/0_0.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature768/0_0.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2a_f0/0_0.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2b-f0nsf/0_0.wav.npy|0
|
2 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/0_gt_wavs/1_0.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature768/1_0.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2a_f0/1_0.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2b-f0nsf/1_0.wav.npy|0
|
3 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/0_gt_wavs/1_1.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature768/1_1.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2a_f0/1_1.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2b-f0nsf/1_1.wav.npy|0
|
4 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/0_gt_wavs/0_2.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature768/0_2.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2a_f0/0_2.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2b-f0nsf/0_2.wav.npy|0
|
5 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/0_gt_wavs/1_4.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature768/1_4.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2a_f0/1_4.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2b-f0nsf/1_4.wav.npy|0
|
6 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/0_gt_wavs/0_4.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature768/0_4.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2a_f0/0_4.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2b-f0nsf/0_4.wav.npy|0
|
7 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mute/0_gt_wavs/mute40k.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mute/3_feature768/mute.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mute/2a_f0/mute.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mute/2b-f0nsf/mute.wav.npy|0
|
8 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mute/0_gt_wavs/mute40k.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mute/3_feature768/mute.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mute/2a_f0/mute.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mute/2b-f0nsf/mute.wav.npy|0
|
9 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/0_gt_wavs/0_6.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature768/0_6.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2a_f0/0_6.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2b-f0nsf/0_6.wav.npy|0
|
10 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/0_gt_wavs/0_1.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature768/0_1.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2a_f0/0_1.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2b-f0nsf/0_1.wav.npy|0
|
11 |
+
/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/0_gt_wavs/1_2.wav|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/3_feature768/1_2.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2a_f0/1_2.wav.npy|/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test/2b-f0nsf/1_2.wav.npy|0
|
mi-test.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d4cc5a676311962afecbed9ff613ff395283f9b90680b57601797249e5de874
|
3 |
+
size 55222703
|
preprocess.log
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
start preprocess
|
2 |
+
['trainset_preprocess_pipeline_print.py', '/content/Retrieval-based-Voice-Conversion-WebUI/datasets/leslieFlower', '40000', '2', '/content/Retrieval-based-Voice-Conversion-WebUI/logs/mi-test', 'False']
|
3 |
+
end preprocess
|
total_fea.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8736e315ddc07f0667b9885f59123410cdb2d1893f3ec8e30aa264bfed08afd
|
3 |
+
size 3502208
|
train.log
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2023-08-16 01:19:51,781 mi-test INFO {'train': {'log_interval': 200, 'seed': 1234, 'epochs': 20000, 'learning_rate': 0.0001, 'betas': [0.8, 0.99], 'eps': 1e-09, 'batch_size': 15, 'fp16_run': False, 'lr_decay': 0.999875, 'segment_size': 12800, 'init_lr_ratio': 1, 'warmup_epochs': 0, 'c_mel': 45, 'c_kl': 1.0}, 'data': {'max_wav_value': 32768.0, 'sampling_rate': 40000, 'filter_length': 2048, 'hop_length': 400, 'win_length': 2048, 'n_mel_channels': 125, 'mel_fmin': 0.0, 'mel_fmax': None, 'training_files': './logs/mi-test/filelist.txt'}, 'model': {'inter_channels': 192, 'hidden_channels': 192, 'filter_channels': 768, 'n_heads': 2, 'n_layers': 6, 'kernel_size': 3, 'p_dropout': 0, 'resblock': '1', 'resblock_kernel_sizes': [3, 7, 11], 'resblock_dilation_sizes': [[1, 3, 5], [1, 3, 5], [1, 3, 5]], 'upsample_rates': [10, 10, 2, 2], 'upsample_initial_channel': 512, 'upsample_kernel_sizes': [16, 16, 4, 4], 'use_spectral_norm': False, 'gin_channels': 256, 'spk_embed_dim': 109}, 'model_dir': './logs/mi-test', 'experiment_dir': './logs/mi-test', 'save_every_epoch': 5, 'name': 'mi-test', 'total_epoch': 54, 'pretrainG': 'pretrained_v2/f0G40k.pth', 'pretrainD': 'pretrained_v2/f0D40k.pth', 'version': 'v2', 'gpus': '0', 'sample_rate': '40k', 'if_f0': 1, 'if_latest': 1, 'save_every_weights': '0', 'if_cache_data_in_gpu': 0}
|
2 |
+
2023-08-16 01:19:53,652 mi-test INFO loaded pretrained pretrained_v2/f0G40k.pth
|
3 |
+
2023-08-16 01:19:53,772 mi-test INFO loaded pretrained pretrained_v2/f0D40k.pth
|
4 |
+
2023-08-16 01:20:20,466 mi-test INFO Train Epoch: 1 [0%]
|
5 |
+
2023-08-16 01:20:20,467 mi-test INFO [0, 0.0001]
|
6 |
+
2023-08-16 01:20:20,467 mi-test INFO loss_disc=4.187, loss_gen=4.319, loss_fm=16.840,loss_mel=30.539, loss_kl=9.000
|
7 |
+
2023-08-16 01:20:23,944 mi-test INFO ====> Epoch: 1 [2023-08-16 01:20:23] | (0:00:29.912925)
|
8 |
+
2023-08-16 01:20:28,342 mi-test INFO ====> Epoch: 2 [2023-08-16 01:20:28] | (0:00:04.381267)
|
9 |
+
2023-08-16 01:20:32,676 mi-test INFO ====> Epoch: 3 [2023-08-16 01:20:32] | (0:00:04.327718)
|
10 |
+
2023-08-16 01:20:37,016 mi-test INFO ====> Epoch: 4 [2023-08-16 01:20:37] | (0:00:04.333331)
|
11 |
+
2023-08-16 01:20:41,500 mi-test INFO Saving model and optimizer state at epoch 5 to ./logs/mi-test/G_2333333.pth
|
12 |
+
2023-08-16 01:20:47,707 mi-test INFO Saving model and optimizer state at epoch 5 to ./logs/mi-test/D_2333333.pth
|
13 |
+
2023-08-16 01:20:52,941 mi-test INFO ====> Epoch: 5 [2023-08-16 01:20:52] | (0:00:15.916218)
|
14 |
+
2023-08-16 01:20:57,667 mi-test INFO ====> Epoch: 6 [2023-08-16 01:20:57] | (0:00:04.715374)
|
15 |
+
2023-08-16 01:21:02,238 mi-test INFO ====> Epoch: 7 [2023-08-16 01:21:02] | (0:00:04.554803)
|
16 |
+
2023-08-16 01:21:06,811 mi-test INFO ====> Epoch: 8 [2023-08-16 01:21:06] | (0:00:04.563808)
|
17 |
+
2023-08-16 01:21:11,348 mi-test INFO ====> Epoch: 9 [2023-08-16 01:21:11] | (0:00:04.526578)
|
18 |
+
2023-08-16 01:21:15,755 mi-test INFO Saving model and optimizer state at epoch 10 to ./logs/mi-test/G_2333333.pth
|
19 |
+
2023-08-16 01:21:17,241 mi-test INFO Saving model and optimizer state at epoch 10 to ./logs/mi-test/D_2333333.pth
|
20 |
+
2023-08-16 01:21:20,640 mi-test INFO ====> Epoch: 10 [2023-08-16 01:21:20] | (0:00:09.286546)
|
21 |
+
2023-08-16 01:21:25,296 mi-test INFO ====> Epoch: 11 [2023-08-16 01:21:25] | (0:00:04.646213)
|
22 |
+
2023-08-16 01:21:29,802 mi-test INFO ====> Epoch: 12 [2023-08-16 01:21:29] | (0:00:04.496793)
|
23 |
+
2023-08-16 01:21:34,199 mi-test INFO ====> Epoch: 13 [2023-08-16 01:21:34] | (0:00:04.390876)
|
24 |
+
2023-08-16 01:21:38,853 mi-test INFO ====> Epoch: 14 [2023-08-16 01:21:38] | (0:00:04.648518)
|
25 |
+
2023-08-16 01:21:43,474 mi-test INFO Saving model and optimizer state at epoch 15 to ./logs/mi-test/G_2333333.pth
|
26 |
+
2023-08-16 01:21:45,163 mi-test INFO Saving model and optimizer state at epoch 15 to ./logs/mi-test/D_2333333.pth
|
27 |
+
2023-08-16 01:21:48,974 mi-test INFO ====> Epoch: 15 [2023-08-16 01:21:48] | (0:00:10.111509)
|
28 |
+
2023-08-16 01:21:53,582 mi-test INFO ====> Epoch: 16 [2023-08-16 01:21:53] | (0:00:04.597030)
|
29 |
+
2023-08-16 01:21:58,089 mi-test INFO ====> Epoch: 17 [2023-08-16 01:21:58] | (0:00:04.500031)
|
30 |
+
2023-08-16 01:22:02,707 mi-test INFO ====> Epoch: 18 [2023-08-16 01:22:02] | (0:00:04.610551)
|
31 |
+
2023-08-16 01:22:07,303 mi-test INFO ====> Epoch: 19 [2023-08-16 01:22:07] | (0:00:04.586257)
|
32 |
+
2023-08-16 01:22:11,791 mi-test INFO Saving model and optimizer state at epoch 20 to ./logs/mi-test/G_2333333.pth
|
33 |
+
2023-08-16 01:22:17,800 mi-test INFO Saving model and optimizer state at epoch 20 to ./logs/mi-test/D_2333333.pth
|
34 |
+
2023-08-16 01:22:27,755 mi-test INFO ====> Epoch: 20 [2023-08-16 01:22:27] | (0:00:20.445530)
|
35 |
+
2023-08-16 01:22:32,325 mi-test INFO ====> Epoch: 21 [2023-08-16 01:22:32] | (0:00:04.560709)
|
36 |
+
2023-08-16 01:22:36,950 mi-test INFO ====> Epoch: 22 [2023-08-16 01:22:36] | (0:00:04.615534)
|
37 |
+
2023-08-16 01:22:41,479 mi-test INFO ====> Epoch: 23 [2023-08-16 01:22:41] | (0:00:04.520436)
|
38 |
+
2023-08-16 01:22:45,978 mi-test INFO ====> Epoch: 24 [2023-08-16 01:22:45] | (0:00:04.493051)
|
39 |
+
2023-08-16 01:22:50,524 mi-test INFO Saving model and optimizer state at epoch 25 to ./logs/mi-test/G_2333333.pth
|
40 |
+
2023-08-16 01:22:52,165 mi-test INFO Saving model and optimizer state at epoch 25 to ./logs/mi-test/D_2333333.pth
|
41 |
+
2023-08-16 01:23:01,091 mi-test INFO ====> Epoch: 25 [2023-08-16 01:23:01] | (0:00:15.105787)
|
42 |
+
2023-08-16 01:23:05,641 mi-test INFO ====> Epoch: 26 [2023-08-16 01:23:05] | (0:00:04.540545)
|
43 |
+
2023-08-16 01:23:10,289 mi-test INFO ====> Epoch: 27 [2023-08-16 01:23:10] | (0:00:04.638402)
|
44 |
+
2023-08-16 01:23:14,849 mi-test INFO ====> Epoch: 28 [2023-08-16 01:23:14] | (0:00:04.550910)
|
45 |
+
2023-08-16 01:23:19,367 mi-test INFO ====> Epoch: 29 [2023-08-16 01:23:19] | (0:00:04.512500)
|
46 |
+
2023-08-16 01:23:23,957 mi-test INFO Saving model and optimizer state at epoch 30 to ./logs/mi-test/G_2333333.pth
|
47 |
+
2023-08-16 01:23:25,862 mi-test INFO Saving model and optimizer state at epoch 30 to ./logs/mi-test/D_2333333.pth
|
48 |
+
2023-08-16 01:23:31,883 mi-test INFO ====> Epoch: 30 [2023-08-16 01:23:31] | (0:00:12.509927)
|
49 |
+
2023-08-16 01:23:36,769 mi-test INFO ====> Epoch: 31 [2023-08-16 01:23:36] | (0:00:04.871875)
|
50 |
+
2023-08-16 01:23:41,482 mi-test INFO ====> Epoch: 32 [2023-08-16 01:23:41] | (0:00:04.699720)
|
51 |
+
2023-08-16 01:23:45,988 mi-test INFO ====> Epoch: 33 [2023-08-16 01:23:45] | (0:00:04.500245)
|
52 |
+
2023-08-16 01:23:50,565 mi-test INFO ====> Epoch: 34 [2023-08-16 01:23:50] | (0:00:04.570393)
|
53 |
+
2023-08-16 01:23:55,280 mi-test INFO Saving model and optimizer state at epoch 35 to ./logs/mi-test/G_2333333.pth
|
54 |
+
2023-08-16 01:24:04,533 mi-test INFO Saving model and optimizer state at epoch 35 to ./logs/mi-test/D_2333333.pth
|
55 |
+
2023-08-16 01:24:11,621 mi-test INFO ====> Epoch: 35 [2023-08-16 01:24:11] | (0:00:21.047250)
|
56 |
+
2023-08-16 01:24:16,304 mi-test INFO ====> Epoch: 36 [2023-08-16 01:24:16] | (0:00:04.672557)
|
57 |
+
2023-08-16 01:24:20,803 mi-test INFO ====> Epoch: 37 [2023-08-16 01:24:20] | (0:00:04.492777)
|
58 |
+
2023-08-16 01:24:25,358 mi-test INFO ====> Epoch: 38 [2023-08-16 01:24:25] | (0:00:04.549415)
|
59 |
+
2023-08-16 01:24:30,047 mi-test INFO ====> Epoch: 39 [2023-08-16 01:24:30] | (0:00:04.679675)
|
60 |
+
2023-08-16 01:24:34,636 mi-test INFO Saving model and optimizer state at epoch 40 to ./logs/mi-test/G_2333333.pth
|
61 |
+
2023-08-16 01:24:36,144 mi-test INFO Saving model and optimizer state at epoch 40 to ./logs/mi-test/D_2333333.pth
|
62 |
+
2023-08-16 01:24:44,049 mi-test INFO ====> Epoch: 40 [2023-08-16 01:24:44] | (0:00:13.990593)
|
63 |
+
2023-08-16 01:24:48,831 mi-test INFO ====> Epoch: 41 [2023-08-16 01:24:48] | (0:00:04.773077)
|
64 |
+
2023-08-16 01:24:53,376 mi-test INFO ====> Epoch: 42 [2023-08-16 01:24:53] | (0:00:04.537965)
|
65 |
+
2023-08-16 01:24:57,951 mi-test INFO ====> Epoch: 43 [2023-08-16 01:24:57] | (0:00:04.569375)
|
66 |
+
2023-08-16 01:25:02,647 mi-test INFO ====> Epoch: 44 [2023-08-16 01:25:02] | (0:00:04.687481)
|
67 |
+
2023-08-16 01:25:07,352 mi-test INFO Saving model and optimizer state at epoch 45 to ./logs/mi-test/G_2333333.pth
|
68 |
+
2023-08-16 01:25:08,831 mi-test INFO Saving model and optimizer state at epoch 45 to ./logs/mi-test/D_2333333.pth
|
69 |
+
2023-08-16 01:25:12,260 mi-test INFO ====> Epoch: 45 [2023-08-16 01:25:12] | (0:00:09.604363)
|
70 |
+
2023-08-16 01:25:16,909 mi-test INFO ====> Epoch: 46 [2023-08-16 01:25:16] | (0:00:04.642898)
|
71 |
+
2023-08-16 01:25:21,630 mi-test INFO ====> Epoch: 47 [2023-08-16 01:25:21] | (0:00:04.712468)
|
72 |
+
2023-08-16 01:25:26,278 mi-test INFO ====> Epoch: 48 [2023-08-16 01:25:26] | (0:00:04.639517)
|
73 |
+
2023-08-16 01:25:30,857 mi-test INFO ====> Epoch: 49 [2023-08-16 01:25:30] | (0:00:04.572426)
|
74 |
+
2023-08-16 01:25:35,461 mi-test INFO Saving model and optimizer state at epoch 50 to ./logs/mi-test/G_2333333.pth
|
75 |
+
2023-08-16 01:25:37,192 mi-test INFO Saving model and optimizer state at epoch 50 to ./logs/mi-test/D_2333333.pth
|
76 |
+
2023-08-16 01:25:40,799 mi-test INFO ====> Epoch: 50 [2023-08-16 01:25:40] | (0:00:09.934224)
|
77 |
+
2023-08-16 01:25:45,639 mi-test INFO ====> Epoch: 51 [2023-08-16 01:25:45] | (0:00:04.811589)
|
78 |
+
2023-08-16 01:25:50,200 mi-test INFO ====> Epoch: 52 [2023-08-16 01:25:50] | (0:00:04.554874)
|
79 |
+
2023-08-16 01:25:54,891 mi-test INFO ====> Epoch: 53 [2023-08-16 01:25:54] | (0:00:04.685894)
|
80 |
+
2023-08-16 01:25:59,705 mi-test INFO ====> Epoch: 54 [2023-08-16 01:25:59] | (0:00:04.798929)
|
81 |
+
2023-08-16 01:25:59,706 mi-test INFO Training is done. The program is closed.
|
82 |
+
2023-08-16 01:25:59,945 mi-test INFO saving final ckpt:Success.
|
trained_IVF29_Flat_nprobe_1_mi-test_v2.index
ADDED
Binary file (89.2 kB). View file
|
|