Giter Club home page Giter Club logo

selfreg's People

Contributors

dnap512 avatar junyoo96 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  avatar  avatar

Watchers

 avatar

selfreg's Issues

Regarding the backbone network

Thanks for the wonderful work

One thing I want to ask is the backbone network of your work.
The paper says that you used ResNet18 for the backbone network.
However, in DomainBed, all experiments are conducted with ResNet50.
You used the same results from DomainBed paper for other baselines (which used ResNet50) in your paper but your method is conducted with ResNet18.
Can you clarify the experiment setting regarding such issue?

Thanks, in advance

A question about lr_decay_epoch

Hi, thanks for your great work and code release.
I have a question about training.

It is noticed that in train.ipynb
lr_decay-epoch is set to 100, but max epoch is 30.
In paper, 'note that such a decaying learning rate is not used when ti combined with the Stochastic weights averaging technique'

It means that: if we use SWA(stochastic weights averaging), we use constant lr (0.004) during training.
if we not use SWA, we need to decay lr to 0.004*0.1=0.0004 after epoch 24.
Am I right ?
Another question is :
the results of these 2 settings differ a lot ?
Thanks for your help.

About SWA

Hi, could you please provide the code of using SWA? Thanks.

About a code problem

Hello, when I read your code, there is problem.
In your code, SelfReg-main/codes/utils.py line 224-226
if is_self_reg: output, feat = model.extract_features(x) proj = model.projection(feat) elif is_positive_pair: output, feat = model.extract_features(x1) output2, feat2 = model.extract_features(x2)
I want to know the function about elif, what the is_positive_pair is and x1, x2 is what,
Wish your respond.

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.