Skip to content

CPDF constructors and Conv #35

@nmheim

Description

@nmheim

Currently the constructors of the CPDFs only work with mappings that get vectors or matrices as input (mapping(x::AbstractMatrix)::AbstractMatrix same for vector)

This is due to the detect_mapping_variant function that tries to infer which variance type to use. It would be quite tedious to make it work for higher dimension input (as is needed for convs). Should we get rid of this automatic detection?

The specific constructors like CGaussian{Float32,UnitVar} of course till work, as the are not calling detect_mapping_variant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions