Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2020
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. "policy_norm" : {
  2. "@class" : "org.deeplearning4j.nn.conf.graph.LayerVertex",
  3. "layerConf" : {
  4. "cacheMode" : "NONE",
  5. "dataType" : "FLOAT",
  6. "epochCount" : 0,
  7. "iterationCount" : 0,
  8. "layer" : {
  9. "@class" : "org.deeplearning4j.nn.conf.layers.BatchNormalization",
  10. "activationFn" : {
  11. "@class" : "org.nd4j.linalg.activations.impl.ActivationSigmoid"
  12. },
  13. "beta" : 0.0,
  14. "biasInit" : 0.0,
  15. "biasUpdater" : null,
  16. "cnn2DFormat" : "NCHW",
  17. "constraints" : null,
  18. "cudnnAllowFallback" : true,
  19. "decay" : 0.9,
  20. "eps" : 1.0E-5,
  21. "gainInit" : 1.0,
  22. "gamma" : 1.0,
  23. "gradientNormalization" : "None",
  24. "gradientNormalizationThreshold" : 1.0,
  25. "idropout" : null,
  26. "iupdater" : {
  27. "@class" : "org.nd4j.linalg.learning.config.Sgd",
  28. "learningRate" : 0.001
  29. },
  30. "layerName" : "policy_norm",
  31. "lockGammaBeta" : false,
  32. "minibatch" : true,
  33. "nin" : 0,
  34. "nout" : 32,
  35. "regularization" : [ ],
  36. "regularizationBias" : [ ],
  37. "timeDistributedFormat" : null,
  38. "useLogStd" : true,
  39. "weightInitFn" : {
  40. "@class" : "org.deeplearning4j.nn.weights.WeightInitNormal"
  41. },
  42. "weightNoise" : null
  43. },
  44. "maxNumLineSearchIterations" : 5,
  45. "miniBatch" : true,
  46. "minimize" : true,
  47. "optimizationAlgo" : "STOCHASTIC_GRADIENT_DESCENT",
  48. "seed" : 1603508469355,
  49. "stepFunction" : null,
  50. "variables" : [ ]
  51. },
  52. "outputVertex" : false,
  53. "preProcessor" : null
  54. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement