We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the reconstruction and objective are saved after the algorithm ran:
where_to_save = "/home/jovyan/Hackathon-000-Stochastic-Hydra/Hydra_Example/results" algorithm.solution.write('{}/{}'.format(where_to_save,'solution')) np.save('{}/{}'.format(where_to_save,'objective'),algorithm.objective)
https://github.com/TomographicImaging/Hackathon-000-Stochastic-Hydra/blob/wip_claire/Hydra_Example/coordinators/coordinator.py#L77-79
This should be part of the callback defined L72.
The text was updated successfully, but these errors were encountered:
Imraj-Singh
No branches or pull requests
Currently the reconstruction and objective are saved after the algorithm ran:
https://github.com/TomographicImaging/Hackathon-000-Stochastic-Hydra/blob/wip_claire/Hydra_Example/coordinators/coordinator.py#L77-79
This should be part of the callback defined L72.
The text was updated successfully, but these errors were encountered: