logasja commited on
Commit
79b9c62
·
verified ·
1 Parent(s): bd0b612

Save model using Keras.

Browse files
Files changed (5) hide show
  1. README.md +9 -98
  2. assets/summary_plot.png +2 -2
  3. config.json +0 -0
  4. metadata.json +1 -1
  5. model.weights.h5 +2 -2
README.md CHANGED
@@ -1,106 +1,17 @@
 
1
  ---
2
  library_name: keras
3
- tags:
4
- - adversarial
5
- - aesthetic
6
- - quality
7
- - filter
8
- widget:
9
- - text: input
10
- output:
11
- url: ./assets/input.png
12
- - text: target
13
- output:
14
- url: ./assets/target.png
15
- - text: output
16
- output:
17
- url: ./assets/output.png
18
- base_model:
19
- - vnet
20
- - logasja/ArcFace
21
- datasets:
22
- - logasja/FDF
23
- metrics:
24
- - TopIQ-FR
25
- - ArcFace Cosine Distance
26
- pipeline_tag: image-to-image
27
- license: gpl-3.0
28
  ---
29
- <Gallery />
30
-
31
- Training logs [here](https://wandb.ai/spuds/auramask/runs/c4b8f998c6f2f3a8a196607b07ec600d)
32
 
33
- # Model Description
34
- This model uses a modified vnet for 2D input/output implemented [here](https://github.com/logasja/keras3-unets) with the following configuration.
35
 
36
- ```json
37
- {
38
- "activation": "ReLU",
39
- "batch_norm": false,
40
- "filter_num": [
41
- 64,
42
- 128,
43
- 256,
44
- 512,
45
- 512
46
- ],
47
- "n_labels": 3,
48
- "output_activation": "tanh",
49
- "pool": true,
50
- "res_num_ini": 1,
51
- "res_num_max": 3,
52
- "unpool": false
53
- }
54
- ```
55
 
56
- ```json
57
- {
58
- "alpha": 0.0001,
59
- "batch": 64,
60
- "epochs": 500,
61
- "epsilon": 1,
62
- "input": "(256, 256)",
63
- "losses": {
64
- "FEAT_ArcFace": {
65
- "d": "cosine_similarity",
66
- "f": "ArcFace",
67
- "name": "FEAT_ArcFace",
68
- "reduction": "sum_over_batch_size",
69
- "threshold": 0.68,
70
- "weight": 0.1
71
- },
72
- "TopIQ": {
73
- "full_ref": true,
74
- "lower_better": false,
75
- "name": "TopIQ",
76
- "reduction": "sum_over_batch_size",
77
- "score_range": "~0, ~1",
78
- "weight": 1
79
- }
80
- },
81
- "mixed_precision": true,
82
- "optimizer": {
83
- "amsgrad": false,
84
- "beta_1": 0.9,
85
- "beta_2": 0.999,
86
- "clipnorm": 1,
87
- "clipvalue": null,
88
- "ema_momentum": 0.99,
89
- "ema_overwrite_frequency": null,
90
- "epsilon": 1e-07,
91
- "global_clipnorm": null,
92
- "gradient_accumulation_steps": null,
93
- "learning_rate": 9.999999747378752e-05,
94
- "loss_scale_factor": null,
95
- "name": "adam",
96
- "use_ema": false,
97
- "weight_decay": null
98
- },
99
- "seed": "BIIIIIGSTRETCH",
100
- "testing": 0.01,
101
- "training": 0.99
102
- }
103
- ```
104
 
105
- ## Model Architecture Plot
106
  ![](./assets/summary_plot.png)
 
1
+
2
  ---
3
  library_name: keras
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
 
 
 
5
 
6
+ This model has been uploaded using the Keras library and can be used with JAX,
7
+ TensorFlow, and PyTorch backends.
8
 
9
+ This model card has been generated automatically and should be completed by the
10
+ model author.
11
+ See [Model Cards documentation](https://huggingface.co/docs/hub/model-cards) for
12
+ more information.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
+ For more details about the model architecture, check out
15
+ [config.json](./config.json).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
 
17
  ![](./assets/summary_plot.png)
assets/summary_plot.png CHANGED

Git LFS Details

  • SHA256: d496438b5712d1da3d883aa6922352fccb346d025f72d5d8be948055616eca01
  • Pointer size: 132 Bytes
  • Size of remote file: 2.27 MB

Git LFS Details

  • SHA256: 6bf0b6ee04c26976fcdec1075e82de19f322523fca2354cc9563ed25706f8dcd
  • Pointer size: 131 Bytes
  • Size of remote file: 277 kB
config.json CHANGED
The diff for this file is too large to render. See raw diff
 
metadata.json CHANGED
@@ -1 +1 @@
1
- {"keras_version": "3.8.0", "date_saved": "2025-02-17@16:42:13"}
 
1
+ {"keras_version": "3.8.0", "date_saved": "2025-02-19@18:04:11"}
model.weights.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1f5d1b4957797afa991e4bd895ad6d73c7510b0f4d2f7adbe3de179300a42ec
3
- size 145801424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e9e2a0b888ec39b326ac983b83cc2b380dfa052bd612791a0ab43e475bd2e4b
3
+ size 137106504