Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to astra and reduce CPU use in deep dive demos #207

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

hrobarts
Copy link
Contributor

@hrobarts hrobarts commented Nov 2, 2024

In callbacks

  • Reduce number of iterations
  • Use FGP_TV instead of TotalVariation

In callbacks, preconditioners, htc

  • Use astra FBP and projection operators

@hrobarts hrobarts self-assigned this Nov 2, 2024
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to add yourself as an author!

@hrobarts
Copy link
Contributor Author

hrobarts commented Nov 3, 2024

When changing from TotalVariation to FGP_TV, I see some difference in the image metrics for the final example - image metric callbacks with region of interest.

With TotalVariation after 500 iterations
image

image

With FGP_TV after 500 iterations
image

image

I don't think it's over-fitting to the noise in the data so we don't see the PSNR reduce.

If we want to show this, it may be worth sticking to TotalVariation but just using fewer iterations

@hrobarts hrobarts changed the title Reduce CPU use in callbacks demo Switch to astra and reduce CPU use in deep dive demos Nov 3, 2024
Copy link
Member

@casperdcl casperdcl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants