-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Milestone
Description
#4582 left some old VI methods marked as NotImplemented
Normalizing flows:
pymc/pymc/variational/approximations.py
Line 363 in ef5f91b
raise NotImplementedInference("Normalizing flows are not yet ported to v4") |
And these:
Lines 959 to 962 in e987950
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