Skip to content

potential correction on train.py #4

@yilongzhao1122

Description

@yilongzhao1122

in train.py line61 'model = model.cuda()' should be corrected as 'model = model.to(device)'. otherwise, cpu is not allowed for training.

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