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
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