evo_autodecoder | R Documentation |
Create a Evolutionary Autodecoder Model
evo_autodecoder(
latent_dim,
n_edges,
decoder,
reconstruction_loss,
device,
decoder_args = list(),
loss_args = list()
)
latent_dim |
Number of latent dimensions |
decoder |
A |
A torch::nn_module()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.