Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
public KerasBatchNormalization(Integer kerasVersion) throws UnsupportedKerasConfigurationException public BatchNormalization getBatchNormalizationLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public int getNumParams() public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public KerasLocallyConnected1D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public LocallyConnected1D getLocallyConnected1DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public KerasLocallyConnected2D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public LocallyConnected2D getLocallyConnected2DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public KerasPermute(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public boolean isInputPreProcessor() public InputPreProcessor getInputPreprocessor(InputType... inputType) throws
InvalidKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasFlatten(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public boolean isInputPreProcessor() public InputPreProcessor getInputPreprocessor(InputType... inputType) throws InvalidKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasReshape(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public boolean isInputPreProcessor() public InputPreProcessor getInputPreprocessor(InputType... inputType) throws InvalidKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasMerge(Integer kerasVersion) throws UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) public KerasDropout(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public DropoutLayer getDropoutLayer() public KerasMasking(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public MaskZeroLayer getMaskingLayer() public KerasSpatialDropout(Integer kerasVersion) throws UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public DropoutLayer getSpatialDropoutLayer() public KerasLambda(Map<String, Object> layerConfig, SameDiffLayer sameDiffLayer)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public SameDiffLayer getSameDiffLayer() public KerasActivation(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public ActivationLayer getActivationLayer() public KerasDense(Integer kerasVersion) throws UnsupportedKerasConfigurationException public DenseLayer getDenseLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public int getNumParams() public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public KerasRepeatVector(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public RepeatVector getRepeatVectorLayer() public KerasEmbedding() throws UnsupportedKerasConfigurationException public EmbeddingSequenceLayer getEmbeddingLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public int getNumParams() public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public KerasBidirectional(Integer kerasVersion) throws UnsupportedKerasConfigurationException public Layer getUnderlyingRecurrentLayer() public Bidirectional getBidirectionalLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public int getNumParams() public InputPreProcessor getInputPreprocessor(InputType... inputType) throws InvalidKerasConfigurationException public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public KerasGaussianNoise(Integer kerasVersion) throws UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public DropoutLayer getGaussianNoiseLayer() public KerasAlphaDropout(Integer kerasVersion) throws UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public DropoutLayer getAlphaDropoutLayer() public KerasGaussianDropout(Integer kerasVersion) throws UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public DropoutLayer getGaussianDropoutLayer() public KerasPReLU(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public PReLULayer getPReLULayer() public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public KerasThresholdedReLU(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public ActivationLayer getActivationLayer() public KerasLeakyReLU(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public ActivationLayer getActivationLayer() public KerasPooling1D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public Subsampling1DLayer getSubsampling1DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public static PoolingType mapPoolingType(String className, KerasLayerConfiguration conf)
throws UnsupportedKerasConfigurationException public KerasPooling3D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public Subsampling3DLayer getSubsampling3DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasGlobalPooling(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public GlobalPoolingLayer getGlobalPoolingLayer() public InputPreProcessor getInputPreprocessor(InputType... inputType) throws InvalidKerasConfigurationException public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasPooling2D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public SubsamplingLayer getSubsampling2DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public static ComputationGraph importKerasModelAndWeights( InputStream modelHdf5Stream, boolean enforceTrainingConfig)
throws IOException, UnsupportedKerasConfigurationException, InvalidKerasConfigurationExceptionpublic static ComputationGraph importKerasModelAndWeights(InputStream modelHdf5Stream) throws IOException, UnsupportedKerasConfigurationException, InvalidKerasConfigurationException public static MultiLayerNetwork importKerasSequentialModelAndWeights(InputStream modelHdf5Stream,
boolean enforceTrainingConfig)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static MultiLayerNetwork importKerasSequentialModelAndWeights(InputStream modelHdf5Stream)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static ComputationGraph importKerasModelAndWeights(String modelHdf5Filename, int[] inputShape,
boolean enforceTrainingConfig)
throws IOException, UnsupportedKerasConfigurationException, InvalidKerasConfigurationException public static ComputationGraph importKerasModelAndWeights(String modelHdf5Filename, boolean enforceTrainingConfig)
throws IOException, UnsupportedKerasConfigurationException, InvalidKerasConfigurationException public static ComputationGraph importKerasModelAndWeights(String modelHdf5Filename)
throws IOException, UnsupportedKerasConfigurationException, InvalidKerasConfigurationException public static MultiLayerNetwork importKerasSequentialModelAndWeights(String modelHdf5Filename,
int[] inputShape,
boolean enforceTrainingConfig)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static MultiLayerNetwork importKerasSequentialModelAndWeights(String modelHdf5Filename,
boolean enforceTrainingConfig)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static MultiLayerNetwork importKerasSequentialModelAndWeights(String modelHdf5Filename)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static ComputationGraph importKerasModelAndWeights(String modelJsonFilename, String weightsHdf5Filename,
boolean enforceTrainingConfig)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static ComputationGraph importKerasModelAndWeights(String modelJsonFilename, String weightsHdf5Filename)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static MultiLayerNetwork importKerasSequentialModelAndWeights(String modelJsonFilename,
String weightsHdf5Filename,
boolean enforceTrainingConfig)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static MultiLayerNetwork importKerasSequentialModelAndWeights(String modelJsonFilename,
String weightsHdf5Filename)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static ComputationGraphConfiguration importKerasModelConfiguration(String modelJsonFilename,
boolean enforceTrainingConfig)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static ComputationGraphConfiguration importKerasModelConfiguration(String modelJsonFilename)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static MultiLayerConfiguration importKerasSequentialConfiguration(String modelJsonFilename,
boolean enforceTrainingConfig)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public static MultiLayerConfiguration importKerasSequentialConfiguration(String modelJsonFilename)
throws IOException, InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public KerasConvolution2D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public ConvolutionLayer getConvolution2DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasCropping2D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public Cropping2D getCropping2DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasUpsampling3D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public Upsampling3D getUpsampling3DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasConvolution1D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public Convolution1DLayer getConvolution1DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public InputPreProcessor getInputPreprocessor(InputType... inputType) throws InvalidKerasConfigurationException public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public KerasUpsampling1D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public Upsampling1D getUpsampling1DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasAtrousConvolution2D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public ConvolutionLayer getAtrousConvolution2D() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasAtrousConvolution1D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public Convolution1DLayer getAtrousConvolution1D() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasCropping3D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public Cropping3D getCropping3DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasZeroPadding2D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public ZeroPaddingLayer getZeroPadding2DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasConvolution3D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public ConvolutionLayer getConvolution3DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasDeconvolution2D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public Deconvolution2D getDeconvolution2DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasZeroPadding3D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public ZeroPadding3DLayer getZeroPadding3DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public static ConvolutionMode getConvolutionModeFromConfig(Map<String, Object> layerConfig,
KerasLayerConfiguration conf)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public KerasZeroPadding1D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public ZeroPadding1DLayer getZeroPadding1DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasCropping1D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public Cropping1D getCropping1DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasSpaceToDepth(Map<String, Object> layerConfig, boolean enforceTrainingConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public SpaceToDepthLayer getSpaceToDepthLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasUpsampling2D(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public Upsampling2D getUpsampling2DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasSeparableConvolution2D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public SeparableConvolution2D getSeparableConvolution2DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasDepthwiseConvolution2D(Integer kerasVersion) throws UnsupportedKerasConfigurationException public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public DepthwiseConvolution2D getDepthwiseConvolution2DLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public KerasSimpleRnn(Integer kerasVersion) throws UnsupportedKerasConfigurationException public Layer getSimpleRnnLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public int getNumParams() public InputPreProcessor getInputPreprocessor(InputType... inputType) throws InvalidKerasConfigurationException public boolean getUnroll() public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public static boolean getUnrollRecurrentLayer(KerasLayerConfiguration conf, Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException public static double getRecurrentDropout(KerasLayerConfiguration conf, Map<String, Object> layerConfig)
throws UnsupportedKerasConfigurationException, InvalidKerasConfigurationException public KerasLSTM(Integer kerasVersion) throws UnsupportedKerasConfigurationException public Layer getLSTMLayer() public InputType getOutputType(InputType... inputType) throws InvalidKerasConfigurationException public int getNumParams() public InputPreProcessor getInputPreprocessor(InputType... inputType) throws InvalidKerasConfigurationException public void setWeights(Map<String, INDArray> weights) throws InvalidKerasConfigurationException public boolean getUnroll() public IActivation getGateActivationFromConfig(Map<String, Object> layerConfig)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException public double getForgetBiasInitFromConfig(Map<String, Object> layerConfig, boolean train)
throws InvalidKerasConfigurationException, UnsupportedKerasConfigurationException