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

I cannot export inference graph #6

Open
tangyuhin0220 opened this issue Mar 9, 2022 · 0 comments
Open

I cannot export inference graph #6

tangyuhin0220 opened this issue Mar 9, 2022 · 0 comments

Comments

@tangyuhin0220
Copy link


FileNotFoundError Traceback (most recent call last)
in ()
3
4 regex = re.compile(r"model.ckpt-([0-9]+).index")
----> 5 numbers = [int(regex.search(f).group(1)) for f in os.listdir(OUTPUT_PATH) if regex.search(f)]
6 TRAINED_CHECKPOINT_PREFIX = os.path.join(OUTPUT_PATH, 'model.ckpt-{}'.format(max(numbers)))
7

FileNotFoundError: [Errno 2] No such file or directory: '/content/output'

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

1 participant