Skip to content

Option --pth_path to train.py does not take effect #14

@Reza31415

Description

@Reza31415

This line contains:

pth_path = 'pth//'+ current_time

I think this should be replaced by:

pth_path = opt.pth_path+'//'+ current_time

So that if the user changes the option --pth_path then it takes effect here. Otherwise, I get a FileNotFound error in this line.

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