-
Notifications
You must be signed in to change notification settings - Fork 66
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
AttributeError: module 'tensorflow' has no attribute 'log' #9
Comments
after following the reply I replaced in model.py by:
and a new error appeared on the same section:
I understand it has something to do with the dimensions but both test images had the same size, different channels. any ideas? should I close this issue and open a new one with this information? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I was running the Demo-Image.ipynb and stumbled on this error when running [7] COCO dataset object names:
I tried both my PC (using different tensorflow versions) and google colab but it throws a similar error on colab:
according to this reply we should replace tf.log() by tf.math.log(), I haven't tried it yet but it may be good to update the repository as well
The text was updated successfully, but these errors were encountered: