deeplearning4j / deeplearning4j

Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learn...
http://deeplearning4j.konduit.ai
Apache License 2.0
13.67k stars 3.84k forks source link

two versions of SerializationUtils exists #1227

Closed bennythedataguy closed 7 years ago

bennythedataguy commented 8 years ago

1) org.nd4j.linalg.util.SerializationUtils 2) org.deeplearning4j.util.SerializationUtils

This is confusing as hell. There can be only one.

highlander-duncan-katana

eraly commented 7 years ago

Not ideal. But there are many many other things that are even more confusing about dl4j. Like two layer.java or the duplicate names for the conf and implementations for all the layers. For now, we are going to keep thing as they are.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.