jiveshkalra commited on
Commit
94f6172
·
1 Parent(s): 7f4accf
Files changed (2) hide show
  1. group1-shard1of1.bin +3 -0
  2. model.json +141 -0
group1-shard1of1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e56e997691bffe076bd5a59a9d0f56b821353472c9f9ecbe560383368bf51b9d
3
+ size 12504
model.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "layers-model",
3
+ "generatedBy": "keras v2.11.0",
4
+ "convertedBy": "TensorFlow.js Converter v3.21.0",
5
+ "modelTopology": {
6
+ "keras_version": "2.11.0",
7
+ "backend": "tensorflow",
8
+ "model_config": {
9
+ "class_name": "Sequential",
10
+ "config": {
11
+ "name": "sequential_3",
12
+ "layers": [
13
+ {
14
+ "class_name": "InputLayer",
15
+ "config": {
16
+ "batch_input_shape": [null, 4],
17
+ "dtype": "float32",
18
+ "sparse": false,
19
+ "ragged": false,
20
+ "name": "dense_9_input"
21
+ }
22
+ },
23
+ {
24
+ "class_name": "Dense",
25
+ "config": {
26
+ "name": "dense_9",
27
+ "trainable": true,
28
+ "dtype": "float32",
29
+ "batch_input_shape": [null, 4],
30
+ "units": 64,
31
+ "activation": "relu",
32
+ "use_bias": true,
33
+ "kernel_initializer": {
34
+ "class_name": "GlorotUniform",
35
+ "config": { "seed": null }
36
+ },
37
+ "bias_initializer": { "class_name": "Zeros", "config": {} },
38
+ "kernel_regularizer": null,
39
+ "bias_regularizer": null,
40
+ "activity_regularizer": null,
41
+ "kernel_constraint": null,
42
+ "bias_constraint": null
43
+ }
44
+ },
45
+ {
46
+ "class_name": "Dense",
47
+ "config": {
48
+ "name": "dense_10",
49
+ "trainable": true,
50
+ "dtype": "float32",
51
+ "units": 32,
52
+ "activation": "relu",
53
+ "use_bias": true,
54
+ "kernel_initializer": {
55
+ "class_name": "GlorotUniform",
56
+ "config": { "seed": null }
57
+ },
58
+ "bias_initializer": { "class_name": "Zeros", "config": {} },
59
+ "kernel_regularizer": null,
60
+ "bias_regularizer": null,
61
+ "activity_regularizer": null,
62
+ "kernel_constraint": null,
63
+ "bias_constraint": null
64
+ }
65
+ },
66
+ {
67
+ "class_name": "Dense",
68
+ "config": {
69
+ "name": "dense_11",
70
+ "trainable": true,
71
+ "dtype": "float32",
72
+ "units": 22,
73
+ "activation": "softmax",
74
+ "use_bias": true,
75
+ "kernel_initializer": {
76
+ "class_name": "GlorotUniform",
77
+ "config": { "seed": null }
78
+ },
79
+ "bias_initializer": { "class_name": "Zeros", "config": {} },
80
+ "kernel_regularizer": null,
81
+ "bias_regularizer": null,
82
+ "activity_regularizer": null,
83
+ "kernel_constraint": null,
84
+ "bias_constraint": null
85
+ }
86
+ }
87
+ ]
88
+ }
89
+ },
90
+ "training_config": {
91
+ "loss": "categorical_crossentropy",
92
+ "metrics": [
93
+ [
94
+ {
95
+ "class_name": "MeanMetricWrapper",
96
+ "config": {
97
+ "name": "accuracy",
98
+ "dtype": "float32",
99
+ "fn": "categorical_accuracy"
100
+ }
101
+ }
102
+ ]
103
+ ],
104
+ "weighted_metrics": null,
105
+ "loss_weights": null,
106
+ "optimizer_config": {
107
+ "class_name": "Custom>Adam",
108
+ "config": {
109
+ "name": "Adam",
110
+ "weight_decay": null,
111
+ "clipnorm": null,
112
+ "global_clipnorm": null,
113
+ "clipvalue": null,
114
+ "use_ema": false,
115
+ "ema_momentum": 0.99,
116
+ "ema_overwrite_frequency": null,
117
+ "jit_compile": false,
118
+ "is_legacy_optimizer": false,
119
+ "learning_rate": 0.0010000000474974513,
120
+ "beta_1": 0.9,
121
+ "beta_2": 0.999,
122
+ "epsilon": 1e-7,
123
+ "amsgrad": false
124
+ }
125
+ }
126
+ }
127
+ },
128
+ "weightsManifest": [
129
+ {
130
+ "paths": ["group1-shard1of1.bin"],
131
+ "weights": [
132
+ { "name": "dense_10/kernel", "shape": [64, 32], "dtype": "float32" },
133
+ { "name": "dense_10/bias", "shape": [32], "dtype": "float32" },
134
+ { "name": "dense_11/kernel", "shape": [32, 22], "dtype": "float32" },
135
+ { "name": "dense_11/bias", "shape": [22], "dtype": "float32" },
136
+ { "name": "dense_9/kernel", "shape": [4, 64], "dtype": "float32" },
137
+ { "name": "dense_9/bias", "shape": [64], "dtype": "float32" }
138
+ ]
139
+ }
140
+ ]
141
+ }