ok. As you recommended.
I add the .aesararc script in my C:\Users\<username> following the updated installation instructions .
The warning do disappear. Thank you .
And I installed the mkl-services ,which version is 2.4.0. Then I tried the the python code python eda.py under my local path in my terminal.
Here is the output.
import right
data right
forward type <class 'aesara.tensor.var.TensorVariable'>
ratioest type <class 'aesara.tensor.var.TensorVariable'>
model right
td type <class 'numpy.float64'>
I add the xxx type in the print code for clarification.
But the inference code still don’t work out . ![]()
May it be my model constructed wrong ?