-
Couldn't load subscription status.
- Fork 2.1k
Closed
Description
Description of your problem
ArviZ compiles and then saves the model with the pickle.
https://github.com/arviz-devs/arviz/blob/master/arviz/tests/helpers.py
Please provide the full traceback.
_pickle.PicklingError: Can't pickle <class 'theano.gof.utils.TensorVariable_pymc3_Deterministic'>: attribute lookup TensorVariable_pymc3_Deterministic on theano.gof.utils failedPlease provide any additional information below.
Last successful commit was run against cb05743
And first failed commit was run against f0b9577
I think #4076 caused this (not sure)
Maybe this could be fixed as
try:
if isinstance(var, TensorVariable):
return super(TensorVariable, var).__str__()
except:
pass
return str(var)Versions and main components
- PyMC3 Version: master
- Theano Version: 1.0.5
- Python Version: 3.8
- Operating system: Ubuntu
- How did you install PyMC3: pip
Metadata
Metadata
Assignees
Labels
No labels