Skip to content

Variation Inference output not read properly if eta (stepsize) != 1 #268

@ro-joshi

Description

@ro-joshi

Summary:

The output csv from variational inference is not properly read if eta (stepsize) is not equal to 1.

Description:

The line here: https://github.com/stan-dev/cmdstanpy/blob/master/cmdstanpy/utils.py#L564 requires that eta = 1 in order to read the output csv. However, eta can take on different values (e.g. 0.1, etc.), that can be set by the user or adaptively determined by the ADVI algorithm. See https://mc-stan.org/rstan/reference/stanmodel-method-vb.html for comparison.

Current Version:

0.9.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions