#' Read JPEG's directly into torch tensors
#' @param path path to JPEG file
#'
#' @export
vision_read_jpeg <- function(path) {
rcpp_vision_read_jpeg_float(path.expand(path))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.