| { | |
| "format": "layers-model", | |
| "generatedBy": "tfjs-huntr-poc", | |
| "convertedBy": null, | |
| "modelTopology": { | |
| "class_name": "Sequential", | |
| "config": { | |
| "name": "sequential_1", | |
| "layers": [ | |
| { | |
| "class_name": "Dense", | |
| "config": { | |
| "units": 1, | |
| "activation": "linear", | |
| "use_bias": true, | |
| "kernel_initializer": { | |
| "class_name": "VarianceScaling", | |
| "config": { | |
| "scale": 1, | |
| "mode": "fan_avg", | |
| "distribution": "normal", | |
| "seed": null | |
| } | |
| }, | |
| "bias_initializer": { | |
| "class_name": "Zeros", | |
| "config": {} | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "activity_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null, | |
| "name": "dense_Dense1", | |
| "trainable": true, | |
| "batch_input_shape": [ | |
| null, | |
| 1 | |
| ], | |
| "dtype": "float32" | |
| } | |
| } | |
| ] | |
| }, | |
| "keras_version": "tfjs-layers 4.22.0", | |
| "backend": "tensor_flow.js" | |
| }, | |
| "weightsManifest": [ | |
| { | |
| "paths": [ | |
| "control_weights.bin" | |
| ], | |
| "weights": [ | |
| { | |
| "name": "dense_Dense1/kernel", | |
| "shape": [ | |
| 1, | |
| 1 | |
| ], | |
| "dtype": "float32" | |
| }, | |
| { | |
| "name": "dense_Dense1/bias", | |
| "shape": [ | |
| 1 | |
| ], | |
| "dtype": "float32" | |
| } | |
| ] | |
| } | |
| ] | |
| } |