YomnaGharib commited on
Commit
4fb2cc1
·
verified ·
1 Parent(s): b4363b0

Checkpoint at step 5209

Browse files
best_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6041a80e8d6b5dbea253b7b3eb42e770af91dc27f3f0e652b11a6aa67df96e
3
+ size 5607926677
best_model_5209.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6041a80e8d6b5dbea253b7b3eb42e770af91dc27f3f0e652b11a6aa67df96e
3
+ size 5607926677
config.json CHANGED
@@ -26,11 +26,11 @@
26
  "mixed_precision": false,
27
  "precision": "fp16",
28
  "epochs": 6,
29
- "batch_size": 8,
30
  "eval_batch_size": 4,
31
  "grad_clip": 0.0,
32
  "scheduler_after_epoch": true,
33
- "lr": 2e-05,
34
  "optimizer": "AdamW",
35
  "optimizer_params": {
36
  "betas": [
@@ -40,14 +40,9 @@
40
  "eps": 1e-08,
41
  "weight_decay": 0.01
42
  },
43
- "lr_scheduler": "MultiStepLR",
44
  "lr_scheduler_params": {
45
- "milestones": [
46
- 5000,
47
- 15000,
48
- 30000
49
- ],
50
- "gamma": 0.5,
51
  "last_epoch": -1
52
  },
53
  "use_grad_scaler": false,
@@ -75,7 +70,7 @@
75
  "phoneme_cache_path": null,
76
  "characters": null,
77
  "add_blank": false,
78
- "batch_group_size": 8,
79
  "loss_masking": null,
80
  "min_audio_len": 1,
81
  "max_audio_len": Infinity,
@@ -102,7 +97,7 @@
102
  }
103
  ],
104
  "test_sentences": [],
105
- "eval_split_max_size": 256,
106
  "eval_split_size": 0.01,
107
  "use_speaker_weighted_sampler": false,
108
  "speaker_weighted_sampler_alpha": 1.0,
@@ -186,6 +181,6 @@
186
  "optimizer_wd_only_on_weights": false,
187
  "weighted_loss_attrs": null,
188
  "weighted_loss_multipliers": null,
189
- "restore_path": "/workspace/training_output/XTTS_Dahih_OmarSamir_Finetune-December-19-2025_04+09PM-0000000/best_model_6626.pth",
190
  "github_branch": "inside_docker"
191
  }
 
26
  "mixed_precision": false,
27
  "precision": "fp16",
28
  "epochs": 6,
29
+ "batch_size": 4,
30
  "eval_batch_size": 4,
31
  "grad_clip": 0.0,
32
  "scheduler_after_epoch": true,
33
+ "lr": 1e-05,
34
  "optimizer": "AdamW",
35
  "optimizer_params": {
36
  "betas": [
 
40
  "eps": 1e-08,
41
  "weight_decay": 0.01
42
  },
43
+ "lr_scheduler": "ExponentialLR",
44
  "lr_scheduler_params": {
45
+ "gamma": 0.95,
 
 
 
 
 
46
  "last_epoch": -1
47
  },
48
  "use_grad_scaler": false,
 
70
  "phoneme_cache_path": null,
71
  "characters": null,
72
  "add_blank": false,
73
+ "batch_group_size": 4,
74
  "loss_masking": null,
75
  "min_audio_len": 1,
76
  "max_audio_len": Infinity,
 
97
  }
98
  ],
99
  "test_sentences": [],
100
+ "eval_split_max_size": 32,
101
  "eval_split_size": 0.01,
102
  "use_speaker_weighted_sampler": false,
103
  "speaker_weighted_sampler_alpha": 1.0,
 
181
  "optimizer_wd_only_on_weights": false,
182
  "weighted_loss_attrs": null,
183
  "weighted_loss_multipliers": null,
184
+ "restore_path": "/workspace/training_output/XTTS_Dahih_OmarSamir_Finetune-December-19-2025_10+29PM-0000000/best_model_5208.pth",
185
  "github_branch": "inside_docker"
186
  }
events.out.tfevents.1766186420.0d38972e308b.2948.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:372a0ba650721a896101e2daa2e9c7699f10061e7e9d10fecb8d838c27c460e9
3
+ size 6305
ipykernel_launcher.py ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Entry point for launching an IPython kernel.
2
+
3
+ This is separate from the ipykernel package so we can avoid doing imports until
4
+ after removing the cwd from sys.path.
5
+ """
6
+
7
+ import sys
8
+ from pathlib import Path
9
+
10
+ if __name__ == "__main__":
11
+ # Remove the CWD from sys.path while we load stuff.
12
+ # This is added back by InteractiveShellApp.init_path()
13
+ if sys.path[0] == "" or Path(sys.path[0]) == Path.cwd():
14
+ del sys.path[0]
15
+
16
+ from ipykernel import kernelapp as app
17
+
18
+ app.launch_new_instance()
trainer_0_log.txt ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ > Training Environment:
2
+ | > Backend: Torch
3
+ | > Mixed precision: False
4
+ | > Precision: float32
5
+ | > Current device: 0
6
+ | > Num. of GPUs: 1
7
+ | > Num. of CPUs: 256
8
+ | > Num. of Torch Threads: 1
9
+ | > Torch seed: 1
10
+ | > Torch CUDNN: True
11
+ | > Torch CUDNN deterministic: False
12
+ | > Torch CUDNN benchmark: False
13
+ | > Torch TF32 MatMul: False
14
+ > Start Tensorboard: tensorboard --logdir=/workspace/training_output/XTTS_Dahih_OmarSamir_Finetune-December-19-2025_11+20PM-0000000
15
+ > Restoring from best_model_5208.pth ...
16
+ > Restoring Model...
17
+ > Restoring Optimizer...
18
+ > Model restored from step 5208
19
+
20
+ > Model has 514771807 parameters
21
+
22
+  > EPOCH: 0/6
23
+ --> /workspace/training_output/XTTS_Dahih_OmarSamir_Finetune-December-19-2025_11+20PM-0000000
24
+
25
+  > EVALUATION 
26
+
27
+
28
+ --> EVAL PERFORMANCE
29
+ | > avg_loader_time: 0.07972378827430109 (+0)
30
+ | > avg_loss_text_ce: 0.03184887157702769 (+0)
31
+ | > avg_loss_mel_ce: 4.041015415578272 (+0)
32
+ | > avg_loss: 4.072864298884932 (+0)
33
+
34
+ > BEST MODEL : /workspace/training_output/XTTS_Dahih_OmarSamir_Finetune-December-19-2025_11+20PM-0000000/best_model_5209.pth