-
Notifications
You must be signed in to change notification settings - Fork 268
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
[FEATURE REQUEST] A way to save the scan after every permutation tested #207
Comments
I agree, this is a key feature to add. IMO the single most important entirely new feature to add. It will be straightforward to do this with the building blocks that are already there (I think). I will work on this and it will be included in the v.0.5 which should be a few weeks away. |
I would like to make a suggestion for this. I'm not sure if you would consider this a different feature, but it might be at least a quick temporary fix.
Would this be feasible? |
I think that does make sense. Regarding the specific case that @JohanMollevik is suggesting, given we already store the log with information on each permutation, we would have to decide what else is a must have in the folder. Maybe start by storing the weights and json for each model, as together with the results that should be enough to not lose anything substantial even though there was a system crash or something like that. That part would have to be an argument in |
I think it might also be nice to have some plots of the history during training (of all metrics & the loss), and perhaps some explanation plots (SHAP? Lime?) But most important for reproducible runs is the state of the used RNGs. That should be logged definitely. |
This is now available with |
More updates regarding this:
EDIT: One of the most obvious advantages here is that experiments remain cleanly in their own folders, and there is no need to remember to change the name of the experiment between iterations. This should be pushed later today. |
…ement - `experiment_name` is now compulsory - Addresses #207 and prepare for browser based "command center" - Added 'trees' reduction strategy - Added 'forrest' reduction strategy - added `scan_utils.py` as a home for helper functions for /scan - fixed tests to handle the new changes
UpdateFrom 0.6.3 onwards, there is available Related with this, as of yesterday a visual command center (well for now it's just the visuals, but commands are coming). It's called Gamify and it allows you to visualize and analyze the experiment results during the experiment through a web browser. With the Talos v.0.6.3 changes, also controls will be added to Gamify, so that you can analyze the results, make changes, and see the changes for yourself in real-time. Gamify has live monitoring for epoch-by-epoch data as well. |
I'm closing this as this now lives in Gamify. |
Thank you very much! |
It would be great to be able to save the scan to a file after every premutation to be able to continue where it left of if it was interupted for some reason. Right now if I have a long running scan process and the computer shuts down I have to redo everything. If we could save and continue scans this would allow backing up the partial results and avoid loosing as much work.
The text was updated successfully, but these errors were encountered: