SummaryWriter
@available(*, deprecated, message: "Use DL4S-Tensorboard (https://github.com/palle-k/DL4S-Tensorboard﹚ instead")
public class SummaryWriterWrites a summary of a training procedure to a CSV file.
- 
                  
                  Writes a summary of a training procedure to a CSV file. The CSV file will be stored in a folder named runNamerelative to the given destination URL.DeclarationSwift public init(destination: URL, runName: String) throwsParametersdestinationDestination URL to store the run directory in runNameName of the run directory. 
- 
                  
                  Writes a scalar with the given name into the summary DeclarationSwift public func write<Scalar>(_ scalar: Scalar, named name: String, at iteration: Int) where Scalar : NumericTypeParametersscalarScalar value nameName of the scalar iterationTraining iteration, at which the scalar was captured. 
 View on GitHub
            View on GitHub
           SummaryWriter Class Reference
      SummaryWriter Class Reference