Open
Description
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
Labels
No labels