Skip to contents

Extract CISSVAE architecture metadata

Usage

extract_cissvae_arch(py_model)

Arguments

py_model

A reticulate-imported Python CISSVAE object.

Value

A data.frame with one row per layer:

  • phase: "encoder", "latent", "decoder", or "output"

  • layer_idx: integer index within the phase

  • type: "shared" or "unshared"

  • cluster: NA for shared layers; cluster ID for unshared

  • size: integer number of units