Git Product home page Git Product logo

Comments (2)

piotr-bojanowski avatar piotr-bojanowski commented on August 15, 2024

Hi Chang,

The solver I used looked like:

base_lr: 0.002
lr_policy: \"step\"
gamma: 0.1
stepsize: 75000
display: 20
average_loss: 100
momentum: 0.9
weight_decay: 1e-3
snapshot: 9999999

I launched learning with:

python ${TRAIN_SCRIPT} \\
  --solver ${JDIR}/solver.prototxt \\
  --weights ${MODEL} \\
  --imdb ${TRAIN_IMDB} \\
  --iters 150000 \\
  --cfg ${JDIR}/multiscale.yml \\
  --set EXP_DIR ${JDIR} DATA_DIR ${DATA} ROOT_DIR ${JDIR}

with the multiscale.yml as follows:

EXP_DIR: multiscale
TRAIN:
  SCALES: !!python/tuple [480, 576, 688, 864, 1200]
  MAX_SIZE: 2000
  SNAPSHOT_INFIX: multiscale
TEST:
  SCALES: !!python/tuple [480, 576, 688, 864, 1200]
  MAX_SIZE: 2000

I hope that helps. If not, please reopen the issue.

Best,

Piotr Bojanowski

from deepcluster.

divamgupta avatar divamgupta commented on August 15, 2024

@piotr-bojanowski @changliu816 Could you share the training model ( AlexNet + Fast RCNN ) prototxt?
It would be extremely helpful

Thank you

from deepcluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.