All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deeplearning4j.ui.flow.beans.NodeReport Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.deeplearning4j.ui.flow.beans;

import lombok.Data;

import java.io.Serializable;

/**
 * Unified node state report: weights/gradients as distribution
 *
 * @author [email protected]
 */
@Data
public class NodeReport implements Serializable {
    private final static long serialVersionUID = 119L;
    /*
        TODO: to be implemented
    
        Basic idea: categorized distribution for weights/gradients built from INDArray, suitable for concurrent generation
     */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy