Skip to content

idx_file.txt is not effectively updated with the current epoch. #177

@cridin1

Description

@cridin1

When saving the idx_file.txt that keeps track of epochs already done, it is always passed 0 as the saved epoch:

idx_file = os.path.join(last_output_dir, 'idx_file.txt')
with open(idx_file, 'w', encoding='utf-8') as idxf:
    idxf.write(str(0) + '\n')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions