Git Product home page Git Product logo

Comments (2)

fharman avatar fharman commented on June 30, 2024

Hi @Mrvolcan,

I have the same error and could not overcome it. If you could overcome, please share it. Because I could not have reconstructed Bart recon,too with NaN metric value.

Best,

from complex-networks-release.

duancaohui avatar duancaohui commented on June 30, 2024

I ran into the same problem as above:
I carefully check the Data, network architecture and training parameters as follows:

Train data:
The knee dataset: http://old.mrida​ta.org/fully​sampl​ed/knees
20 subjects, spliting into train, validation, and test subset. The training data consists of 4800 images.

Network architecture
I used the default codes to construct network architecture:

im_out_place = mri_model.unroll_fista(
            ks_place,
            sense_place,
            is_training=True,
            verbose=True,
            do_hardproj=FLAGS.do_hard_proj,
            num_summary_image=FLAGS.num_summary_image,
            resblock_num_features=FLAGS.feat_map,
            num_grad_steps=FLAGS.num_grad_steps,
            conv=FLAGS.conv,
            do_conjugate=FLAGS.do_conjugate,
            activation=FLAGS.activation
        )

Training parameters:
I used the same training parameters as in the article:

batch_size = 2
adam_beta1 = 0.9,
adam_beta1 = 0.999. 
learning rate = 0.001

Error results:
As the number of training steps increases, the reconstructed image suddenly becomes abnormal and the error is very large as follows:

Results of step = 33:
step33
individualImage33

Results of step = 175:
step175
individualImage175

The loss function:
Screenshot from 2021-06-22 09-43-19

from complex-networks-release.

Related Issues (3)

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.