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

How to open a Tensorflow <= 2.0 Legacy Model ? #64036

Closed
asusdisciple opened this issue Mar 20, 2024 · 4 comments
Closed

How to open a Tensorflow <= 2.0 Legacy Model ? #64036

asusdisciple opened this issue Mar 20, 2024 · 4 comments
Assignees
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TF 1.13 Issues related to TF 1.13 type:support Support issues

Comments

@asusdisciple
Copy link

So I have this really old model (2018) which I want to visualize in tensorboard. For that purpose I need to open/load it of course.

I have the following files:

checkpoint
model.data-00000-of-00001
model.index
model.meta

I have no model definition or anything else. I only find legacy approaches to open this with a session, which does not work anymore.
Is there a way to do it in tensorflow 2.0? I tried installing tensorflow 1.13 in a virtual environment but it's not working since a lot of dependencies on system side changed during the the years (cython, cuda, ...). Maybe you guys know a better way to do this.

Disclaimer: I have only a very very basic understanding of tensorflow, I really just want to visualize the model, no training or anything else.

@SuryanarayanaY SuryanarayanaY added TF 1.13 Issues related to TF 1.13 type:support Support issues labels Mar 21, 2024
@SuryanarayanaY
Copy link
Collaborator

Hi @asusdisciple ,

We are not supporting 1.x versions. For migration to Tf2.x please refer the attached guides migrate_tf2, script and other guides here.

@SuryanarayanaY SuryanarayanaY added the stat:awaiting response Status - Awaiting response from author label Mar 21, 2024
Copy link

This issue is stale because it has been open for 7 days with no activity. It will be closed if no further activity occurs. Thank you.

@github-actions github-actions bot added the stale This label marks the issue/pr stale - to be closed automatically if no activity label Mar 29, 2024
Copy link

github-actions bot commented Apr 5, 2024

This issue was closed because it has been inactive for 7 days since being marked as stale. Please reopen if you'd like to work on this further.

@github-actions github-actions bot closed this as completed Apr 5, 2024
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TF 1.13 Issues related to TF 1.13 type:support Support issues
Projects
None yet
Development

No branches or pull requests

2 participants