Upload folder using huggingface_hub
Browse files- README.md +6 -6
- best_checkpoint.pth +1 -1
README.md
CHANGED
|
@@ -26,7 +26,7 @@ A modular AE-GAN pipeline for portrait generation.
|
|
| 26 |
"image_size": 256,
|
| 27 |
"latent_dim": 256,
|
| 28 |
"batch_size": 4,
|
| 29 |
-
"epochs":
|
| 30 |
"lr_g": 0.0002,
|
| 31 |
"lr_d": 5e-05,
|
| 32 |
"alpha_recon": 100.0,
|
|
@@ -51,11 +51,11 @@ A modular AE-GAN pipeline for portrait generation.
|
|
| 51 |
|
| 52 |
```json
|
| 53 |
{
|
| 54 |
-
"D":
|
| 55 |
-
"EG":
|
| 56 |
-
"KL":
|
| 57 |
-
"Recon": 0.
|
| 58 |
-
"Coarse_Recon": 0.
|
| 59 |
}
|
| 60 |
```
|
| 61 |
|
|
|
|
| 26 |
"image_size": 256,
|
| 27 |
"latent_dim": 256,
|
| 28 |
"batch_size": 4,
|
| 29 |
+
"epochs": 300,
|
| 30 |
"lr_g": 0.0002,
|
| 31 |
"lr_d": 5e-05,
|
| 32 |
"alpha_recon": 100.0,
|
|
|
|
| 51 |
|
| 52 |
```json
|
| 53 |
{
|
| 54 |
+
"D": 0.8355787233872847,
|
| 55 |
+
"EG": 54.73614571311257,
|
| 56 |
+
"KL": 255.31505792791194,
|
| 57 |
+
"Recon": 0.0943466756831516,
|
| 58 |
+
"Coarse_Recon": 0.10998205569657413
|
| 59 |
}
|
| 60 |
```
|
| 61 |
|
best_checkpoint.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 403768367
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f408039c0317002bb910f388438c9a612ffbaff024612c598942fe495df3ae9e
|
| 3 |
size 403768367
|