Skip to content

Instantly share code, notes, and snippets.

@pixelart7
Last active November 28, 2018 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixelart7/53caa2136051d2145f5fab6251ffd03d to your computer and use it in GitHub Desktop.
Save pixelart7/53caa2136051d2145f5fab6251ffd03d to your computer and use it in GitHub Desktop.
ML Model
{"modelTopology": {"keras_version": "2.2.4", "backend": "tensorflow", "model_config": {"class_name": "Sequential", "config": {"name": "sequential_106", "layers": [{"class_name": "Dense", "config": {"name": "dense_274", "trainable": true, "batch_input_shape": [null, 24], "dtype": "float32", "units": 8, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}}, {"class_name": "Dense", "config": {"name": "dense_275", "trainable": true, "units": 32, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}}, {"class_name": "Dense", "config": {"name": "dense_276", "trainable": true, "units": 10, "activation": "softmax", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}}]}}, "training_config": {"optimizer_config": {"class_name": "Adam", "config": {"lr": 0.0010000000474974513, "beta_1": 0.8999999761581421, "beta_2": 0.9990000128746033, "decay": 0.0, "epsilon": 1e-07, "amsgrad": false}}, "loss": "categorical_crossentropy", "metrics": ["accuracy"], "sample_weight_mode": null, "loss_weights": null}}, "weightsManifest": [{"paths": ["group1-shard1of1"], "weights": [{"name": "dense_274/kernel", "shape": [24, 8], "dtype": "float32"}, {"name": "dense_274/bias", "shape": [8], "dtype": "float32"}, {"name": "dense_275/kernel", "shape": [8, 32], "dtype": "float32"}, {"name": "dense_275/bias", "shape": [32], "dtype": "float32"}, {"name": "dense_276/kernel", "shape": [32, 10], "dtype": "float32"}, {"name": "dense_276/bias", "shape": [10], "dtype": "float32"}]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment