Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Imagenet example broken #195

@desimone

Description

@desimone

Looks like the following lines got deleted

model_names = sorted(name for name in models.__dict__
    if name.islower() and not name.startswith("__")
    and callable(models.__dict__[name]))

Causing an undefined variable error.

Traceback (most recent call last):
  File "main.py", line 25, in <module>
    choices=model_names,
NameError: name 'model_names' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions