ramjet.analysis.model_loader¶
Code for loading trained models.
Module Contents¶
-
get_latest_log_directory(logs_directory: Union[Path, str]) → Path[source]¶ Gets the most recent log directory in a root logs directory based on the datetime in the log name.
Parameters: logs_directory – The root logs directory containing the individual log directories. Returns: The string path to the most recent log directory.