| { | |
| "format": "layers-model", | |
| "modelTopology": { | |
| "module": "keras", | |
| "class_name": "Sequential", | |
| "config": { | |
| "name": "sequential", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "layers": [ | |
| { | |
| "module": "keras.layers", | |
| "class_name": "InputLayer", | |
| "config": { | |
| "batch_shape": [ | |
| null, | |
| 38 | |
| ], | |
| "dtype": "float32", | |
| "sparse": false, | |
| "ragged": false, | |
| "name": "input_layer" | |
| }, | |
| "registered_name": null | |
| }, | |
| { | |
| "module": "keras.layers", | |
| "class_name": "Dense", | |
| "config": { | |
| "name": "d", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "units": 1, | |
| "activation": "linear", | |
| "use_bias": false, | |
| "kernel_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "GlorotUniform", | |
| "config": { | |
| "seed": null | |
| }, | |
| "registered_name": null | |
| }, | |
| "bias_initializer": { | |
| "module": "keras.initializers", | |
| "class_name": "Zeros", | |
| "config": {}, | |
| "registered_name": null | |
| }, | |
| "kernel_regularizer": null, | |
| "bias_regularizer": null, | |
| "kernel_constraint": null, | |
| "bias_constraint": null | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 38 | |
| ] | |
| } | |
| } | |
| ], | |
| "build_input_shape": [ | |
| null, | |
| 38 | |
| ] | |
| }, | |
| "registered_name": null, | |
| "build_config": { | |
| "input_shape": [ | |
| null, | |
| 38 | |
| ] | |
| }, | |
| "compile_config": {} | |
| }, | |
| "weightsManifest": [ | |
| { | |
| "paths": [ | |
| "C:/cw/claude/huntr/formats/tfjs/secret.txt" | |
| ], | |
| "weights": [ | |
| { | |
| "name": "kernel", | |
| "shape": [ | |
| 38, | |
| 1 | |
| ], | |
| "dtype": "uint8" | |
| } | |
| ] | |
| } | |
| ] | |
| } |