reset_states_cb | R Documentation |
Reset states at start/end of validation and whenever file changes. Can be used for stateful LSTM.
reset_states_cb(path_file_log, path_file_logVal)
path_file_log |
Path to log of training files. |
path_file_logVal |
Path to log of validation files. |
A keras callback that resets states of LSTM layers.
rs <- reset_states_cb(path_file_log = tempfile(), path_file_logVal = tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.