Coder Social home page Coder Social logo

mdmm's People

Contributors

hsinyinglee 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  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  avatar  avatar  avatar  avatar  avatar  avatar

mdmm's Issues

som question about the code

Hi,
I like this work very much and I think it is really cool. But when I tried to use an image in the target domain to decide the attribute of the results, I found the function β€œtest_forward_transfer(self, image, image_trg, c_trg)” in the file named "model.py" requires two arguments "image_trg" and "c_trg", but instead of using these two arguments, the function use "self.image_trg" and "self.c_trg", which wasn't defined in corresponding class "MD_multi()". I don't kown how to trackle this problem, so I take the liberty to ask you for help.
Thanks

normalization absence

Hello!
I found a following thing in LeakyReLUConv2d:

class LeakyReLUConv2d(nn.Module):
  def __init__(self, ..., norm='None', ...):
    ....
    if 'norm' == 'Instance': 
      model += [nn.InstanceNorm2d(n_out, affine=False)]
    ...

https://github.com/HsinYingLee/MDMM/blob/master/networks.py#L362

It seems that normalization is never applied in LeakyReLUConv2d block.

Does it affect the model performance, as LeakyReLUConv2d present in MultiDomain Encoder and Discriminators?

Are the best results reported in paper are gained with turned on InstanceNormalization?

Best Regards,
Aleksei Silvestrov

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.