.has_checkpoint | R Documentation |
Check the specified dir (or the default dir if none is specified) for a given model or url.
.has_checkpoint(model = NULL, dir = NULL, ckpt_dir = NULL)
model |
Character vector. Which model checkpoint to download. |
dir |
Character vector. Destination directory for checkpoints. Leave
|
ckpt_dir |
The path to the subdir where this checkpoint should be saved. If model is given, ckpt_dir is inferred. |
A logical indicating whether the user already has that checkpoint in that location.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.