Skip to content

Resume Training #92

Open
Open
@amoazeni75

Description

@amoazeni75

Hello,

I wanted to resume training my model. As the README file stated, the command to resume training is:
./train/train_resume.sh ./train/models/colornet_iter_[ITERNUMBER].solverstate [GPU_ID]
However, if you look at the train_resume.sh file, you see that the order of input argument is not consistent with the example provided. You should use this command:
./train/train_resume.sh [GPU_ID] ./train/models/colornet_iter_[ITERNUMBER].solverstate

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions