Giter VIP home page Giter VIP logo

daprompt's People

Contributors

john-ge avatar leaplabthu avatar

Stargazers

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

Watchers

 avatar

daprompt's Issues

About the Clip + FT results

Thanks for your excellent work, but I'm curious about the Clip + FT experimental settings you posted. What data and which part of the parameters do you use for fine-tune ?

DomainNet Experimental Settings

Hi John,

Fantastic work you have done!

I see you add an additional dataset experiment on this repo, that's the DomainNet which is not included in the paper.

May I have the Experimental Settings for the DomainNet? For example the training epoch, batch size, pseudo-labeling threshold and etc.

I cannot register my own dataset

I want to run this code in VLCS dataset and i register this dataset as required, but it keeps showing that 'Object name "VLCS" does not exist in "DATASET" registry', what is the problem?

About backbone

Thanks for this good work! Just a little wondering whether it also supports Transformer as backbone?

The loss for contrastive learning over domains

Thanks for your very interesting research.

I have some questions about the code of L402 in trainers/dapl.py

loss_x = F.cross_entropy(output_x[:, :self.n_cls], label)

The original paper states that contrastive learning helps transfer learning.
But, to my understanding, in the above code, this operation does not perform contrastive learning over multi-domain and it seems to simply perform contrastive learning over single-domain.

To perform contrastive learning over multi-domain, I think I need to change the code in the following, right?
loss_x = F.cross_entropy(output_x[:, :-self.n_cls], label)

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.