But, I am still getting an error when I used pm.model.initial_point.
with model:
a = pm.Uniform(‘c’, 0, 50)
print(a.initial_point)
AttributeError: ‘TensorVariable’ object has no attribute ‘initial_point’
But, I am still getting an error when I used pm.model.initial_point.
with model:
a = pm.Uniform(‘c’, 0, 50)
print(a.initial_point)
AttributeError: ‘TensorVariable’ object has no attribute ‘initial_point’