Skip to content

bottleneck resnet18 acc is low, only 58.21% top1 and 81.30% top 5 acc. #16

@KevinYuk

Description

@KevinYuk
  1. My solver is:
    test_iter: 500
    test_interval: 6000
    base_lr: 0.05
    display: 30
    max_iter: 1500000
    lr_policy: "multistep"
    gamma: 0.1
    momentum: 0.9
    weight_decay: 5e-05
    snapshot: 6000
    solver_mode: CPU
    stepvalue: 150000
    stepvalue: 300000
    stepvalue: 600000
    stepvalue: 800000

  2. train_val.prototxt is generated by the "python app/imagenet/build_resnet.py -m bottleneck -b 2 2 2 2 -n 64 --no-fc_layers".

  3. Data layer is something like:
    transform_param {
    mirror: true
    crop_size: 224
    mean_file: "/xxxxxxx/imagenet/lmdb/imagenet_mean.binaryproto"
    }
    data_param {
    source: "/xxxxxxx/imagenet/lmdb/ilsvrc12_train_lmdb"
    batch_size: 100
    backend: LMDB
    prefetch: 2
    }

Is there anyone know why?

Thanks a lot.

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