LinearAEDecoder¶
-
class
behavenet.models.aes.LinearAEDecoder(n_latents, output_size, encoder=None)[source]¶ Bases:
behavenet.models.base.BaseModuleLinear decoder.
Methods Summary
Construct the decoder.
forward(x[, dataset])Process input data.
Methods Documentation