• D
    Tweak to EventAccumulator: Process new style summaries as floats. · a746cee9
    Dan Mané 提交于
    Before this change, the EventAccumulator parses the new scalar_summaries as
    a one-element np array like this: np.array(3, dtype=np.float32).
    
    This is the same as a number wrt equality checking (i.e. expression above is
    equal to 3.0), but it isn't json serializable, which causes problems for
    TensorBoard.
    Change: 136647129
    a746cee9
event_accumulator.py 27.6 KB