Issues when using python script to test the trained model #2852
-
I was following the instractionn of the website: https://nb.bohrium.dp.tech/detail/1003 on my own ubuntu system(22.03), some issue occur when I reach part 5 of testing trained model. when I try to run the python script to generate a plot to compare trained data and validation data, the following error occurred: Will it be the module predict goes wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
#2853 is going to fix it. |
Beta Was this translation helpful? Give feedback.
By the way, TensorFlow has limited the maximum NumPy version to 1.24.3.
https://github.com/tensorflow/tensorflow/blob/v2.13.0/tensorflow/tools/pip_package/setup.py#L93
If you installed TensorFlow normally, NumPy 1.26 should not be installed.