Git Product home page Git Product logo

Comments (3)

wzzheng avatar wzzheng commented on August 17, 2024

Hi, can you provide more details?

from hdml.

leekyungmoon avatar leekyungmoon commented on August 17, 2024

In main_triplet.py, is there any reason to pass the anchors and positives to the generator?
I think it is sufficient to pass the negatives only to the generator so I believe it is necessary to extract negatives from the variable 'embedding_yq'.

In addition, even though there are some reasons to pass anchors/positives to the generator, the variable 'embedding_z_quta' should be edited to include positives and anchors from the variable 'embedding_z' and negatives from the variable 'embedding_z_quta' when the variable 'J_syn' is formed.

If there is an error in my understanding, please correct me.

By the way, thank you for your amazing work!

from hdml.

leekyungmoon avatar leekyungmoon commented on August 17, 2024

For evaluation, line 196-197 in main_triplet.py "nmi_te, f1_te, recalls_te = evaluation.Evaluation(stream_test, image_mean, sess, x_raw, label_raw, is_Training, embedding_z, 98, neighbours)" should be corrected as "nmi_te, f1_te, recalls_te = evaluation.Evaluation(stream_test, image_mean, sess, x_raw, label_raw, is_Training, embedding_z, 100, neighbours)".

Is that right?

Thank you again.

from hdml.

Related Issues (16)

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.