Nothing
skip_if_not_installed("torch")
skip_if_not(torch::torch_is_installed())
test_that("Is a neural network module.", {
expect_class(nn_model(in_dim = 1, noise_dim = 100,
out_dim = 1), "nn_module")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.