Giter Site home page Giter Site logo

Intermediate supervision about pytorch-pose HOT 6 CLOSED

bearpaw avatar bearpaw commented on May 28, 2024
Intermediate supervision

from pytorch-pose.

Comments (6)

bearpaw avatar bearpaw commented on May 28, 2024 1

It's end-to-end training. The gradient of the lower stack comes from two sources: the gradients from its own intermediate loss, and the gradients back-propagated from the higher stacks.

from pytorch-pose.

bearpaw avatar bearpaw commented on May 28, 2024

Hi @visonpon , what do you mean by adding the intermediate loss the single hourglass model? The model in this code is exactly the same as the original ECCV16 paper, where intermediate losses are added to the end of each stack of hourglass. For example, 8-stack hourglass model has 8 losses.

from pytorch-pose.

visonpon avatar visonpon commented on May 28, 2024

@bearpaw I know that every hourglass have a loss, i mean is every hourglass updated independently according to the their loss or all this losses added together and then do BP to update the whole stacked netwroks?thanks~

from pytorch-pose.

bearpaw avatar bearpaw commented on May 28, 2024

Each hourglass should be updated according to its own loss, as in https://github.com/bearpaw/pytorch-pose/blob/master/example/mpii.py#L146-L148

from pytorch-pose.

visonpon avatar visonpon commented on May 28, 2024

@bearpaw So every hourglass trained independently and then stacked to output the final result? so this is not an end-to-end training?

from pytorch-pose.

bearpaw avatar bearpaw commented on May 28, 2024

Closed for no more discussion.

from pytorch-pose.

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.