read_log: Function for reading a log file in R

View source: R/utils_log.R

read_logR Documentation

Function for reading a log file in R

Description

This function reads a log file at the given location. The log file should be created with write_log.

Usage

read_log(file_path)

Arguments

file_path

string Path to the log file.

Value

Returns a matrix containing the log file.

See Also

Other Utils Log Developers: cat_message(), clean_pytorch_log_transformers(), output_message(), print_message(), read_loss_log(), reset_log(), reset_loss_log(), write_log()


aifeducation documentation built on Nov. 19, 2025, 5:08 p.m.