Skip to content

Facing a problem with data_root #4

@APratham

Description

@APratham

I am facing a problem with the -data_root argument. I wanted to know what exactly is expected over there?

Here is the command that I ran in the command prompt
python ./downloader.py -data_root f:\imagenet -number_of_classes 100

File "./downloader.py", line 35
  logging.error(f'folder {args.data_root} does not exist! please provide existing folder in -data_root arg!')
                                                                                                           ^
SyntaxError: invalid syntax

I thought it was a problem with how I wrote the syntax so I wrote the command without any arguments so it can take default values. I still got the same error

python ./downloader.py

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