probability icon indicating copy to clipboard operation
probability copied to clipboard

TypeError from joint_distribution(observed_time_series=co2_by_month_training_data).log_prob

Open RFB-GMAIL opened this issue 3 years ago • 0 comments

I've searched around for the ScopedTFGraph but found nothing. I'm using Python 3.10.5 and following the Notebook without modification.

TypeError: TF_TryEvaluateConstant_wrapper(): incompatible function arguments. The following argument types are supported:
    1. (arg0: tensorflow.python.client._pywrap_tf_session.TF_Graph, arg1: tensorflow.python.client._pywrap_tf_session.TF_Output) -> object

Invoked with: <tensorflow.python.framework.c_api_util.ScopedTFGraph object at 0x000002052D4F6C50>, <tensorflow.python.client._pywrap_tf_session.TF_Output object at 0x000002052D62D9B0>

RFB-GMAIL avatar Sep 12 '22 14:09 RFB-GMAIL