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

Workaround for micro mutable generate script #2569

Closed
wants to merge 2 commits into from

Conversation

mansnils
Copy link
Contributor

BUG=#2564

BUG=tensorflow#2564

Change-Id: Id37ba1ef827eb1da8836dd8e7ea440e7e9918828
@mansnils mansnils requested a review from a team as a code owner May 15, 2024 08:38
@TFLM-bot TFLM-bot removed the ci:run label May 15, 2024
try:
from tflite_micro.tensorflow.lite.tools import visualize as visualize
except ImportError:
from tensorflow.lite.tools import visualize as visualize
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I prefer to land your original change that just has:

from tensorflow.lite.tools import visualize

I just need to fix some internal stuff to land it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, let's go for that. Done

@mansnils
Copy link
Contributor Author

Replaced by #2595

@mansnils mansnils closed this May 26, 2024
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

Successfully merging this pull request may close these issues.

3 participants