Menu

Is it possible to use a normalizer with a dnn trainer?

Help
2019-12-02
2019-12-03
  • Volker Dufner

    Volker Dufner - 2019-12-02

    Hello @Davis,

    I use a simple dnn_trainer to perform a classification (<100 features, 3 labels). This is necessary in my case because the size of the neural network on the different systems is created dynamically for each user. At the same time, I limit the maximum duration of training via the step-by-step training (train_one_step).
    This works fine but now I want to improve the normalization and save the normalization vector to the DNN.
    Is there a way (similar to http://dlib.net/krr_classification_ex.cpp.html) to create a normalizer for a dnn trainier?

    Best regards,
    Fohlen

     
  • Volker Dufner

    Volker Dufner - 2019-12-03

    Sorry, I've found out that the normalizer can be easily serialized and deserialized.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.