Git Product home page Git Product logo

daosl's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

daosl's Issues

a question about formulation 4 in the paper

Hello! I would like to ask something about the formulation below:
image
In my opinion, the highlighted part should be p(y=0|...), without the "1-". And your code in ada.py seems also prove it:
image
So I feel a bit confused and want to turn to you for help. Is my thought wrong?

Some questions about the code and the paper

Hi, I'd like to ask some question about the paper and the code:

  1. The paper says in section 3.4 that

    If the target query image can be correctly classifi ed, the target image is "close" to the corresponding image in the projected feature space.

    Does it mean when we train ADA+RSS, we would use the target domain label? If so, I think it's a little unfair to compare to the baseline such as PN+ADDA. Did I misunderstand something?

    EDIT at 6/19: For question 1, I finally realized that the proposed method did not use the target domain label, I misunderstood the paper, sorry about that.

  2. Is there typo in the train_rss.py? It seems that train_query_image and train_query_label are mismatched, maybe the first one should be corrected?

    https://github.com/leonndong/DAOSL/blob/master/train_rss.py#L215

    feed_dict={
              train_support_images: x_support_set,
              train_support_labels: y_support_set, 
              train_query_image: val_x_query, # is this typo?
              train_query_label: y_query, 
              val_support_images: val_x_support_set,
              val_support_labels: val_y_support_set,  # also, I think these rows are redundant?
              val_query_image: val_x_query,  # also, I think these rows are redundant?
              val_query_label: val_y_query # also, I think these rows are redundant?
              })

    EDIT: For question 2, I think it's not typo in that line. It matches the paper's approach.

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.