Giter VIP home page Giter VIP logo

Comments (4)

zydou avatar zydou commented on September 2, 2024

@hh23333 It seems that you are using the old version open-reid. Please update to the latest version and run again.

from open-reid.

Cysu avatar Cysu commented on September 2, 2024

@zydou Thank you very much for the answer!

@hh23333 Yes, please update the code and follow the commands listed in the benchmark. I suspect the default learning rate in the older version of code was too large.

from open-reid.

hh23333 avatar hh23333 commented on September 2, 2024

@zydou Thank you very much for your help. The problem has been solved when I upgrade the latest version Open-reid and pytorch.
@Cysu Yes, it has been solved when I upgrade, and lr=0.01 is too large. In addition, I have modified lr to 0.0003 when run the old version, it also has this problem. When i upgrade the pytorch to version 0.2.0, and modifid the old code:
dist_an.append(dist[i][1-mask[i]].min()) to dist_an.append(dist[i][mask[i] == 0].min()) like latest version does, the problem solved.
thanks a lot for your code again.

from open-reid.

Cysu avatar Cysu commented on September 2, 2024

@hh23333 Great to hear that! Happy experimenting with open-reid.

from open-reid.

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.