Upload training_config.txt with huggingface_hub
Browse files- training_config.txt +29 -0
training_config.txt
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ABLATION STUDY - Training Configuration
|
| 2 |
+
========================================
|
| 3 |
+
Date: Wed Feb 18 22:00:13 UTC 2026
|
| 4 |
+
Script: train_model.sh
|
| 5 |
+
Mode: convlstm
|
| 6 |
+
|
| 7 |
+
Loss Configuration:
|
| 8 |
+
- Loss Type: l1
|
| 9 |
+
- MS-SSIM Weight: 1.0
|
| 10 |
+
- Reconstruction Weight: 0.0
|
| 11 |
+
- Temporal Weight: 0.05
|
| 12 |
+
|
| 13 |
+
Model Architecture:
|
| 14 |
+
- ConvLSTM: ENABLED
|
| 15 |
+
- Residual Connections: ENABLED
|
| 16 |
+
- Batch Normalization: ENABLED
|
| 17 |
+
- Dropout Rate: 0.1
|
| 18 |
+
|
| 19 |
+
Latent Split: DISABLED
|
| 20 |
+
|
| 21 |
+
Command: python train.py convlstm \
|
| 22 |
+
--loss-type l1 \
|
| 23 |
+
--ms-ssim-weight 1.0 \
|
| 24 |
+
--rec-weight 0.0 \
|
| 25 |
+
--temporal-weight 0.05 \
|
| 26 |
+
--dropout-rate 0.1 \
|
| 27 |
+
\
|
| 28 |
+
\
|
| 29 |
+
|