Git Product home page Git Product logo

sigmanet's People

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

Watchers

 avatar  avatar  avatar  avatar

sigmanet's Issues

What's the environment?

Hello Kerstin,

It is really a great job~
I want to reproduce your work, but I am wandering if one or two 1080Ti can handle with the huge GPU memory consumption, as mentioned in the paper.

So could you show me your environment? Thanks a lot.

Best Regards,
He Jin Qiang

Backpropagation proximal gradient

Dear @khammernik ,

I've got a question/comment concerning back propagation of the proximal gradient layer with respect to lambda.
I got curious, reading your current MRM paper where you wrote that training becomes unstable when lambda is not fixed.

Following your conventions,
M := lambda A^HA + 1
Q := M^-1.

Now, the the derivative of the inverse of a matrix (with respect to lambda) is given by:
Q'=-Q M' Q

In the code, I see twice the Q as expected but not M' = A^HA.
Is it missing or does it cancel somehow?

Best regards,
Moritz

ParallelComplexInstanceNorm is not completed

Hello @khammernik @js3611 @j-duan @cq615 ,

Excellent result is achived from SN, however, there is still some problem in PCN.
I notice that the following class has not been completed, however, which is necessary for PCN.
Would you be so kind to help me?

class ParallelComplexInstanceNorm(nn.Module):
    """ Complex normalise each parallel image """
    def __init__(self, num_chans):
        super(ParallelComplexInstanceNorm, self).__init__()
        self.num_chans = num_chans
        self.means = torch.from_numpy(np.repeat([0], self.num_chans))
        self.covs = torch.from_numpy(np.repeat(
            [1 / np.sqrt(2), 0, 0, 1 / np.sqrt(2)],
            self.num_chans,
        ))

    def matrix_invert(self, xx, xy, yx, yy):
        pass

    def complex_instance_norm(self, x, eps=1e-5):
        pass

    def complex_pseudocovariance(self, data):
        pass

    def forward(self, input):
        pass

    def set_normalization(self, mean, cov):
        pass

    def normalize(self, x):
        return x

    def unnormalize(self, x):
        return x

thx a lot,
kingaza

trained model

Hello @khammernik ,

Would you mind if sharing the trained model?
Grateful for you help!

Best Regards,
kingaza

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.