ferrine / gelato

Bayesian dessert for Lasagne
MIT License
84 stars 4 forks source link

Not compatible with latest version of pymc3 #10

Open quevivasbien opened 4 years ago

quevivasbien commented 4 years ago

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.

ferrine commented 4 years ago

Oh I, honestly, have no plans in maintaining this repo

twiecki commented 4 years ago

@ferrine maybe add something to the readme that this is abandonware.