Code Monkey home page Code Monkey logo

pilot's Issues

working with complex values

Hello,
i'm trying to run your code but there are many errors for the complex number tensors, e.g.
RuntimeError: "batch_norm_stats_cuda" not implemented for 'ComplexFloat'

I'm curious about how you run the code. Could you share please, how shall I run it, in order to avoid these messages?

Lower SNR experiments

hello,
I was wondering if you could help me with the low SNR experiments. I couldn't really find how to change this value.
Saw that in the sampling_model.py you have this piece of code:
if self.SNR:
noise_amp=0.001
noise = noise_amp * torch.randn(sub_ksp.shape)
sub_ksp = sub_ksp + noise.to(sub_ksp.device)

How should I change the values here (or somewhere else) in order to get results as mentioned in the paper in Figure 8 (for 22.20 dB, 14.24dB, 8.22 dB)?

Is the gridding operation differentiable?

Hi Tomer,

Thanks for sharing your code! I noticed you implemented gridding

def _gridding2(output, input, width, kernel, coord):

May I ask can this function backpropogate gradient?

I have some parameters that controls a non-Cartesian trajectory, and I hope to grid the non-Cartesian trajectory onto Cartesian grid, so I could have a rough density in different regions of k-space and then derive a cost function based on the value in Cartesian grid to optimise the control parameters.

I'm wondering if I could use your _gridding2() function to achieve that?

Yours,
Qijia

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.