Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.04 KB | None | 0 0
  1.  {
  2.             "class_name":"Dense",
  3.             "config":{
  4.                "name":"dense_1",
  5.                "trainable":true,
  6.                "batch_input_shape":[
  7.                   null,
  8.                   8
  9.                ],
  10.                "dtype":"float32",
  11.                "units":12,
  12.                "activation":"relu",
  13.                "use_bias":true,
  14.                "kernel_initializer":{
  15.                   "class_name":"VarianceScaling",
  16.                   "config":{
  17.                      "scale":1.0,
  18.                      "mode":"fan_avg",
  19.                      "distribution":"uniform",
  20.                      "seed":null
  21.                   }
  22.                },
  23.                "bias_initializer":{
  24.                   "class_name":"Zeros",
  25.                   "config":{
  26.  
  27.                   }
  28.                },
  29.                "kernel_regularizer":null,
  30.                "bias_regularizer":null,
  31.                "activity_regularizer":null,
  32.                "kernel_constraint":null,
  33.                "bias_constraint":null
  34.             }
  35.          },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement