DL4J中文文档/Keras模型导入/初始化器

支持的初始化器

DL4J 支持所有可用的 Keras 初始化器, 名称为:

  •  Zeros
  •  Ones
  •  Constant
  •  RandomNormal
  •  RandomUniform
  •  TruncatedNormal
  •  VarianceScaling
  •  Orthogonal
  •  Identity
  •  lecun_uniform
  •  lecun_normal
  •  glorot_normal
  •  glorot_uniform
  •  he_normal
  •  he_uniform

从Keras 到 DL4J的初始化器映射可以从 KerasInitilizationUtils中找到。

猜你喜欢

转载自blog.csdn.net/bewithme/article/details/86487672