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

Add functionality to skip existing runs, plotting modes, some refactoring #1

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f3de79b
Auto-formatting
f-dangel Aug 29, 2019
d6fe634
Add parameter `skip_if_exists` to skip training if run already exists
f-dangel Aug 29, 2019
b07d513
Extract fallback methods for batch size and num_epochs
f-dangel Aug 29, 2019
1668d99
Extract filename method without date
f-dangel Aug 29, 2019
be2d8f2
Remove check whether directory exists
f-dangel Aug 29, 2019
4ce4f48
Return matching output files for more verbose feedback
f-dangel Aug 29, 2019
bf96b26
Auto-formatting
f-dangel Aug 30, 2019
ae4a3d3
Remove plt.show()
f-dangel Aug 30, 2019
bdf9699
Auto-formatting
f-dangel Aug 30, 2019
432314f
Add 25 and 75 quantile
f-dangel Aug 30, 2019
3490b7c
Add option to use quantiles as shade in plot
f-dangel Aug 30, 2019
4d890a9
Rename quantile_25(75) -> lower(upper)_quartile
f-dangel Aug 30, 2019
5d32215
Add median and plotting modes mean+std, median+quartiles
f-dangel Aug 30, 2019
9d7ea37
Raise exception for invalid parameter 'which'
f-dangel Aug 30, 2019
9bbad94
Add which argument to plot_testset_performances
f-dangel Sep 2, 2019
9f48840
Add exponentiated mean and std of logarithmic quantities
f-dangel Sep 9, 2019
2847a19
Fix computation of mean and std in log space
f-dangel Sep 9, 2019
41bdf08
Add batch count for test problem
f-dangel Sep 13, 2019
49bb694
Return forward_func without evaluating it
f-dangel Sep 13, 2019
ff6529d
evaluate_forward_func as last argument
f-dangel Sep 13, 2019
b4ede73
Add min and max to statistics
f-dangel Sep 16, 2019
34d6348
Refactor aggregation: Remove eval statements and allow custom metrics
f-dangel Sep 16, 2019
539cf84
Fix typo
f-dangel Sep 16, 2019
74ac60f
Propagate custom_metrics to SettingAnalyzer
f-dangel Sep 16, 2019
2f00f10
Fill up custom metrics with NaN if run did not finish
f-dangel Sep 17, 2019
ce4081c
Revert "evaluate_forward_func as last argument"
f-dangel Sep 18, 2019
89e5f2d
Fix aggregation for empty custom metrics
f-dangel Sep 18, 2019
9376432
Raise exception if no .json in setting folder
f-dangel Sep 20, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view