autoencoder_load.Rd
Loads a saved autoencoder and returns a list with the model and configuration.
autoencoder_load(path, device = "cpu")
Path to a saved autoencoder state.
"cpu" or "cuda".
An OmicAutoencoder object.
OmicAutoencoder