def test_from_mean_field(another_simple_model): with another_simple_model: advi = ADVI() full_rank = FullRankADVI.from_mean_field(advi.approx) full_rank.fit(20)
def test_from_mean_field(self): with models.multidimensional_model()[1]: advi = ADVI() full_rank = FullRankADVI.from_mean_field(advi.approx) full_rank.fit(20)