Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiled the loaded model, but the compiled metrics have yet to be built #79

Closed
tuanndhust opened this issue Jun 21, 2021 · 11 comments
Closed

Comments

@tuanndhust
Copy link

WARNING:tensorflow:Compiled the loaded model, but the compiled metrics have yet to be built. model.compile_metrics will be empty until you train or evaluate the model.
W0621 18:01:15.284377 140678384588672 saving_utils.py:319]

@tuanndhust
Copy link
Author

help me! thanks very much

@LukeRl
Copy link

LukeRl commented Jul 20, 2021

Bump, I'm also having this issue.

@vedanthpadigelwar
Copy link

i am also having the same issue and when I'm running deepsort with yolov4 it is not detecting nor tracking any objects

@seawavve
Copy link

! pip uninstall tensorflow
! pip install tensorflow==2.3.0
It can be helpful. Put this snippet right before Step 5.

@ashishbhatti
Copy link

I faced the same issue, but the fix by @seawavve solved the problem.

@ayusheesimran
Copy link

! pip uninstall tensorflow ! pip install tensorflow==2.3.0 It can be helpful. Put this snippet right before Step 5.

you saved me Ma'am!! Thanks a ton

@devtraldi
Copy link

devtraldi commented Mar 19, 2022

! pip uninstall tensorflow
! pip install tensorflow==2.3.0

Very helpful. Thank you very much!

@Harunercul
Copy link

! pip uninstall tensorflow ! pip install tensorflow==2.3.0 Yardımcı olabilir. Bu parçacığı 5. Adımdan hemen önce yerleştirin
thank you very much

@saharan-mohit
Copy link

! pip uninstall tensorflow ! pip install tensorflow==2.3.0 It can be helpful. Put this snippet right before Step 5.

It shows there is no version available

@KarahanSensoy
Copy link

It shows there is no version available and ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.0 (from versions: 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.11.1, 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.14.0rc0)
ERROR: No matching distribution found for tensorflow==2.3.0 gives this error

And when i change from 2.3.0 to others, i have that WARNING:tensorflow:Compiled the loaded model, but the compiled metrics have yet to be built. model.compile_metrics will be empty until you train or evaluate the model.

@kroitlong
Copy link

What if i don't want change my version of tensorflow? The version i'm using is tensorflow-gpu 2.10.0 and the warning also occured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests