When I attempt to import gelato, it fails with the following error message:
---> 19 class LayerModelMeta(pm.model.InitContextMeta):
20 """Magic comes here
21 """
AttributeError: module 'pymc3.model' has no attribute 'InitContextMeta'
I believe that InitContextMeta no longer exists in pymc3; it's been merged with ContextMeta.
I don't know if there are plans to update this repository anytime soon, although it does seem like a useful tool, so it would be great if it worked with the latest pymc3.
When I attempt to import gelato, it fails with the following error message:
I believe that
InitContextMeta
no longer exists in pymc3; it's been merged withContextMeta
.I don't know if there are plans to update this repository anytime soon, although it does seem like a useful tool, so it would be great if it worked with the latest pymc3.