Skip to content

I cannot export inference graph  #6

@tangyuhin0220

Description

@tangyuhin0220

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions