Constant Field Values

Contents

org.deeplearning4j.*

  • org.deeplearning4j.util.ConvolutionUtils 
    Modifier and Type Constant Field Value
    public static final String NCHW_NHWC_ERROR_MSG "Note: Convolution layers can be configured for either NCHW (channels first) or NHWC (channels last) format for input images and activations.\nLayers can be configured using .dataFormat(CNN2DFormat.NCHW/NHWC) when constructing the layer, or for the entire net using .setInputType(InputType.convolutional(height, width, depth, CNN2DForman.NCHW/NHWC)).\nImageRecordReader and NativeImageLoader can also be configured to load image data in either NCHW or NHWC format which must match the network"
  • org.deeplearning4j.util.ModelSerializer 
    Modifier and Type Constant Field Value
    public static final String COEFFICIENTS_BIN "coefficients.bin"
    public static final String CONFIGURATION_JSON "configuration.json"
    public static final String NO_PARAMS_MARKER "noParams.marker"
    public static final String NORMALIZER_BIN "normalizer.bin"
    public static final String PREPROCESSOR_BIN "preprocessor.bin"
    public static final String UPDATER_BIN "updaterState.bin"