#' @export torch_eye_embed<-function(n_batch,n_dim) { Id = torch_ones(n_batch,n_dim) torch_diag_embed(Id) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.