Class NNOutput

  • All Implemented Interfaces:
    ml.shifu.guagua.master.MasterInterceptor<NNParams,​NNParams>

    public class NNOutput
    extends ml.shifu.guagua.master.BasicMasterInterceptor<NNParams,​NNParams>
    NNOutput is used to write the final model output to file system.
    • Constructor Detail

      • NNOutput

        public NNOutput()
    • Method Detail

      • postApplication

        public void postApplication​(ml.shifu.guagua.master.MasterContext<NNParams,​NNParams> context)
        Specified by:
        postApplication in interface ml.shifu.guagua.master.MasterInterceptor<NNParams,​NNParams>
        Overrides:
        postApplication in class ml.shifu.guagua.master.BasicMasterInterceptor<NNParams,​NNParams>