Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

train_mnist.py in example/image-classification does not work with inception-bn and resnet #13238

@roywei

Description

@roywei

Description

train_mnist.py in example/image-classification does not work with inception-bn and resnet
As in title, the following commands will fail:

python train_mnist.py --network inception-bn --gpus 0,1,2,3
python train_mnist.py --network resnet --num-layers 110  --gpus 0,1,2,3

Error Message:

Traceback (most recent call last):
  File "train_mnist.py", line 93, in <module>
    sym = net.get_symbol(**vars(args))
TypeError: get_symbol() takes at least 3 arguments (3 given)

Root cause

The get_symbol() in those models requires additional image_shape argument, and train_mnist.py does not provide it

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions