sdf_net | R Documentation |
A signed distance field based neural network model for generating 3d shapes
sdf_net(n_latent = 64, breadth = 512)
n_latent |
Number of dimensions for the latent space |
breadth |
Breadth of the multilayer perceptron networks |
A torch::nn_module()
if(torch::torch_is_installed()) {
sdf_net()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.