Giter Club home page Giter Club logo

Comments (6)

Hellomodo avatar Hellomodo commented on July 17, 2024 1

Thanks to your quick replay!
The mistake you point out is indeed the cause that 'LM', that means loss for js regularisation, increases during the training process

tmpOutMap = self.tmpOut[i](ll) heatmaps = dsntnn.flat_softmax(tmpOutMap) outMap.append(tmpOutMap) # <-- Should beoutMap.append(heatmaps)?
But the problem still unresolved is that 'LR', that means Euclidean loss for the numerical coordinates, keeps coverging very slowly. And of course, the performance is still bad.

_20180505122127

I think I need go deeper for some other bugs.
Thanks for your answer again!

from dsntnn.

sunshineatnoon avatar sunshineatnoon commented on July 17, 2024 1

Hi @anibali Thanks for the response, I found the bug, it's indeed on my side. Thanks for this awesome work.

from dsntnn.

anibali avatar anibali commented on July 17, 2024

One potential problem I can see is this:

      tmpOutMap = self.tmpOut[i](ll)
      heatmaps = dsntnn.flat_softmax(tmpOutMap)
      outMap.append(tmpOutMap)  # <-- Should be `outMap.append(heatmaps)`?

You seem to be adding the non-softmaxed version of the heatmap to outMap, which means that you end up applying the JS regularisation to the non-normalised heatmaps.

from dsntnn.

sunshineatnoon avatar sunshineatnoon commented on July 17, 2024

@Hellomodo @anibali Hi, have you found the bug? I used this layer in another task, and the loss for numerical coordinates doesn't decrease at all.

from dsntnn.

anibali avatar anibali commented on July 17, 2024

@sunshineatnoon I currently don't have any reason to believe that there's a bug in dsntnn. It's more likely that the bug is in your usage or your other code. If I'm wrong and you do manage to narrow down the problem to dsntnn with a minimal example, please feel free to open a new issue.

from dsntnn.

guker avatar guker commented on July 17, 2024

_20180505122127
problem about LR, have you sloved it?

from dsntnn.

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.