parse_train_filenames: Parse the data from the files produced by gcae_train

View source: R/parse_train_filenames.R

parse_train_filenamesR Documentation

Parse the data from the files produced by gcae_train

Description

Parse the data from the files produced by gcae_train

Usage

parse_train_filenames(train_filenames)

Arguments

train_filenames

path to the files as created (and returned) by gcae_train

Value

a list of tibbles

  • train_times: time in seconds to train each epoch

  • losses_from_train_t: loss function value on the training set per epoch

  • losses_from_train_v: loss function value on the validation set per epoch

Author(s)

Richèl J.C. Bilderbeek


richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.