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

Tensorflow issue in Mesmer #683

Closed
ashishshel opened this issue Aug 7, 2023 · 3 comments
Closed

Tensorflow issue in Mesmer #683

ashishshel opened this issue Aug 7, 2023 · 3 comments
Labels
question Further information is requested

Comments

@ashishshel
Copy link

Describe the bug
I am getting a Tensorflow UNKNOWN ERROR (34) when I try to run the Mesmer app from the python notebook.
I am running the notebook from a docker based installation on a linux spin up instance. This is a non-gpu installation.
Please see attached screenshot.
Desktop (please complete the following information):

  • OS: Ubuntu Linux
  • 20.04
  • Python Version : 3.10
Screenshot 2023-08-07 at 3 53 39 PM
@ashishshel ashishshel added the bug Something isn't working label Aug 7, 2023
@rossbar
Copy link
Contributor

rossbar commented Aug 9, 2023

This is expected - tensorflow is particularly verbose at import time. The rest of the example should run fine despite the warnings.

If that's not the case, then you should double-check that you are using the correct image - i.e. :latest vs. :latest-gpu. I'd actually expect both to work, though you may get strange behavior/more warnings if you're using the :latest-gpu container on a system without gpu support.

@rossbar rossbar added question Further information is requested and removed bug Something isn't working labels Aug 9, 2023
@AnuragNagare

This comment was marked as spam.

@rossbar
Copy link
Contributor

rossbar commented Aug 28, 2023

I will close this as I don't think there is anything actionable here. If the problem persists, feel free to reopen with a minimal reproducing example.

@rossbar rossbar closed this as completed Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants