deeplearning4j-parallel-wrapper
Link​SharedTrainingConfiguration.builder.encodingDebugMode(true)
. Note this operation has computational overhead. Link​NeuralNetConfiguration.Builder.legacyBatchScaledL2(true)
Link.pretrain(boolean)
and backprop(boolean)
have been deprecated and are no longer used. Use fit and pretrain/pretrainLayer methods instead. Link​deeplearning4j-parallel-wrapper
which should be used instead Link​deeplearning4j-nlp-korean_2.10
and deeplearning4j-nlp-korean_2.11
Link​org.nd4j.serde.base64.Nd4jBase64
class being present in both nd4j-api and nd4j-base64 modules. Both versions have identical content. Use exclude group: 'org.nd4j', module: 'nd4j-base64'
to exclude.