Git Product home page Git Product logo

sc-gan's People

Contributors

dependabot[bot] avatar haoyulance 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

Watchers

 avatar  avatar  avatar

sc-gan's Issues

Unstable Generator Training

Hi,

This implementation looks very good, but I'm having a bit of trouble getting the generator to train on an ADNI dataset for PET prediction. I had to turn attn off because of memory constraints on my GPU, but after around 8 epochs the generators loss spikes into the thousands and then quickly both models stop learning. What would you recommend I play around with to try and stabilize the training? The loss weights?

Data preprocessing

In my preprocess procedure of MRI,the skull is stripped from the source image space.And the MRI images are aligned to MNI152_T1_1mm_brain with the FLIRT linear registration algorithm. How can I register the PET and MRI?

RMSE Calc Question

Hi,

On line 97 of your training.py script, why do you divide by 2 at the end? I understand dividing by three because you're adding up the means of your three slice planes, but where does the 2 come from? Also, couldn't you just calculate

np.sqrt(np.mean(np.square(masked_output-masked_output)))

or even better

np.sqrt(np.mean(np.square(temp_pet[mask]-output[mask])))

Must input size be same?

Hello, Your work is great! I have a question. My data size is (131,114,103),but you set the input size to 256, how should I determine the input image size and training size?
Looking forward to your reply!

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.