Skip to content

Deprecate remaining VI methods #5581

Closed
Closed
@ricardoV94

Description

@ricardoV94

#4582 left some old VI methods marked as NotImplemented

Normalizing flows:

raise NotImplementedInference("Normalizing flows are not yet ported to v4")

And these:

if self.local:
raise NotImplementedInference("Local inferene aka AEVB is not supported in v4")
if self.batched:
raise NotImplementedInference("Batched inferene is not supported in v4")

We should decide whether we want to refactor or remove them

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions