DL4J中文文档/Keras模型导入/嵌入层

2019-01-16  本文已影响0人  hello风一样的男子

KerasEmbedding

[源码]

从Keras导入一个嵌入层

KerasEmbedding

public KerasEmbedding() throws UnsupportedKerasConfigurationException 

image.gif

为单元测试传递构造函数

getEmbeddingLayer

public EmbeddingSequenceLayer getEmbeddingLayer() 

image.gif

获取嵌入层

public KerasEmbedding(Map<String, Object> layerConfig)
            throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException 
image.gif

来自解析的keras层配置字典的构造函数。

getOutputType

public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException 

image.gif

获取层输出类型

getNumParams

public int getNumParams() 

image.gif

返回层中可训练参数的数目。

setWeights

public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException 

image.gif

为层设置权重

上一篇 下一篇

猜你喜欢

热点阅读