You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notebook claims that the result of PDHG will look the same as the result of FISTA
However, this is what I get with PDHG:
This was the FISTA result:
Also with PDHG I get a warning:
miniconda3/envs/cil_24.2/Lib/site-packages/cil/optimisation/algorithms/PDHG.py:393: UserWarning: Convergence criterion of PDHG for scalar step-sizes is not satisfied.
warnings.warn("Convergence criterion of PDHG for scalar step-sizes is not satisfied.")
The text was updated successfully, but these errors were encountered:
To get rid of the error - add "check_convergence = False" to the PDHG set up. I will add an issue in CIL to remove this but this will be a future version and we want to run the notebooks on 24.2.0
The notebook claims that the result of PDHG will look the same as the result of FISTA
However, this is what I get with PDHG:
This was the FISTA result:
![Image](https://private-user-images.githubusercontent.com/60604372/378868741-2496a1d5-e4b9-4f18-a626-694c06e843c3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjQwMzksIm5iZiI6MTczOTIyMzczOSwicGF0aCI6Ii82MDYwNDM3Mi8zNzg4Njg3NDEtMjQ5NmExZDUtZTRiOS00ZjE4LWE2MjYtNjk0YzA2ZTg0M2MzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDIxNDIxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFjYWNmYjk3NmNjZDU4OWIzNGY4MzBmNTcwNzEzNTJjYzdhMTE1MjFlM2NjZTEzZTM4NTJiMzZhNWIzZDg5YTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pGKHHA6-T-BZfgkBAnY7Svz9qZ-qzhftp36bkMIn_t8)
Also with PDHG I get a warning:
miniconda3/envs/cil_24.2/Lib/site-packages/cil/optimisation/algorithms/PDHG.py:393: UserWarning: Convergence criterion of PDHG for scalar step-sizes is not satisfied.
warnings.warn("Convergence criterion of PDHG for scalar step-sizes is not satisfied.")
The text was updated successfully, but these errors were encountered: