View source: R/download_cnn_model.R
download_cnn_model | R Documentation |
Download CNN for Wear Time Estimation
download_cnn_model(episode_window_sec = 7, outdir = NULL, verbose = TRUE)
episode_window_sec |
define window length to create input features for the CNN model |
outdir |
output directory for |
verbose |
print diagnostic messages |
A path to the h5
file
download_cnn_model(outdir = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.