Code Monkey home page Code Monkey logo

Comments (5)

wjfwzzc avatar wjfwzzc commented on July 18, 2024

3x multi-scale training schedule, just like other methods.

from models.

LionRoarRoar avatar LionRoarRoar commented on July 18, 2024

3x multi-scale training schedule, just like other methods.

I cannot found definition code about 3x or 2x multi-scale training. Could you please help me point out the code? Or, what the difference about "atss_res101_coco_3x_800size.py" and "atss_resx101_coco_2x_800size.py" ?

from models.

wjfwzzc avatar wjfwzzc commented on July 18, 2024

Sorry for the above misleading description. More precisely, they're the learning rate schedule. max_epoch and lr_decay_stages are both different. The concept is proposed in Rethinking ImageNet Pre-training
and is widely used in many detection repos such as Detectron2.

from models.

ChaiEnjoy avatar ChaiEnjoy commented on July 18, 2024

Maybe we should add more information in the docstring of some pre-trained models' definitions.

def atss_res101_coco_3x_800size(**kwargs):
    r"""
    ATSS trained from COCO dataset.
    `"ATSS" <https://arxiv.org/abs/1912.02424>`_
    `"FPN" <https://arxiv.org/abs/1612.03144>`_
    `"COCO" <https://arxiv.org/abs/1405.0312>`_
    """

Then users can get details by calling megengine.hub.help("megengine/models", "atss_res101_coco_3x_800size")

\n    ATSS trained from COCO dataset.\n    `"ATSS" <https://arxiv.org/abs/1912.02424>`_\n    `"FPN" <https://arxiv.org/abs/1612.03144>`_\n    `"COCO" <https://arxiv.org/abs/1405.0312>`_\n    '

The newline character does not seem to be escaped properly. 😓

@Zhu-haow If you are interested in this, welcome to join in and submit some changes.

from models.

LionRoarRoar avatar LionRoarRoar commented on July 18, 2024

Thanks for your reply. I regarded 3x as multi image scales initially.

from models.

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.