Giter Site home page Giter Site logo

bit-da / gdcan Goto Github PK

View Code? Open in Web Editor NEW
46.0 46.0 11.0 3.43 MB

[TPAMI 2021] Code release for "Generalized Domain Conditioned Adaptation Network" https://arxiv.org/abs/2103.12339

Home Page: https://arxiv.org/abs/2103.12339

Python 100.00%
attention-mechanism domain-adaptation pytorch-implementation

gdcan's People

Contributors

binhuixie 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

Watchers

 avatar  avatar

gdcan's Issues

About the channel attention

image
Thank you for your excellent job about the condition domain. I am very insteresed in the novel channel attetion. In this project, images of source domain and target domain are concated. If images of different domains are feed into different parts of the FC layers separatively, does it still work? Is there any difference? Thank you in advance for your kind help.

The freezing BN setting during training.

Hello, thank you for the excellent job and the code. However, I'm confused about the training setting in train_dcan.py.

# freeze BN layers for m in base_network.modules(): if isinstance(m, nn.BatchNorm2d): m.training = False m.weight.requires_grad = False m.bias.requires_grad = False

Why freeze the BN layers during training?

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.