Open alxhoff opened 1 year ago
I believe the problem is using a Tensorflow version > 2.13
Other discussion on this issue: https://github.com/ultralytics/ultralytics/issues/5161#issuecomment-1810548383
@alxhoff did you find any solution to this problem? I've been able to reproduce this bug by simply attempting to import the package in Google Colab, nothing more.
Hi @glenn-jocher,
sadly not, had to stop using that set up.
Hi,
I hope I am correct here, a docker I have been using without problems for the past months started throwing an error today. The only difference I have noted recently on the docker I am using as my base image (tensorflow/tensorflow:latest-gpu) is that they have moved from python 3.10 to 3.11, so I have manually set python to Python 3.10.12 but the problem persists.
The error output is as follows
To recreate the error minimally the docker image can be pulled and run using this Dockerfile.
and the minimal example should be there as
test_summarize_model.py
and should throw the error.The code below is what is contained in
test_summarize_model.py
If this is remotely the correct place to bring up an error like this please let me know what other information could be useful and a big thanks to anyone that takes the time to help.
Cheers,
Alex