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
Yes, this can be achieved with the callbacks. The callbacks are invoked with the current solver and the current iteration, so you could just print the iteration.
By inspecting the solver one could also look at the iterations or look into the iterations parameter of the MPIReco dict to do a progress bar or X/Y done printing:
Following discussion in : in MagneticResonanceImaging/MRIReco.jl#177
How can I add some way (progressBar or print) for the number of iterations and maybe other useful informations ?
I think we can pass a vector of callback to the solver, can we use that ?
The text was updated successfully, but these errors were encountered: