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

Refactor stopping #1792

Merged
merged 32 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f2a38af
Add best_epochs and positivity_statusses to Stopping (and run black)
APJansen Aug 14, 2023
a514bf1
Clean up Writer
APJansen Aug 14, 2023
df0cc8f
Undo assumed changes to model structure
APJansen Aug 14, 2023
0c11088
various fixes
APJansen Aug 14, 2023
5db1c67
Update best_epochs and positivity_statusses
APJansen Aug 14, 2023
1a7de34
Remove now unused iterators over replicas
APJansen Aug 14, 2023
74bc818
Remove now unused positivity_pass and positivity_status from ReplicaS…
APJansen Aug 15, 2023
e04d336
Move all best and stop_epoch to Stopping, remove trainable=False
APJansen Aug 15, 2023
984d4fd
Remove all_positivity_status
APJansen Aug 15, 2023
57b3be1
Completely remove ReplicaState, move remaining functionality to FitHi…
APJansen Aug 15, 2023
85e0061
Uniformize notation
APJansen Aug 15, 2023
6c1229a
Improve documentation
APJansen Aug 15, 2023
2c48869
Move all but the losses from FitHistory to Stopping itself
APJansen Aug 15, 2023
df0dae0
Update documentation
APJansen Aug 15, 2023
635e6a0
Indicate private attributes
APJansen Aug 16, 2023
f541e1b
Precompute preprocessing, arclengths, integrability_numbers
APJansen Aug 16, 2023
9f07416
Add if statement before restoring best weights
APJansen Sep 4, 2023
78a6d30
Add default best_epoch to last_epoch
APJansen Sep 4, 2023
66d32ac
Merge branch 'master' into refactor_stopping
APJansen Sep 4, 2023
e1d8714
Merge branch 'master' into refactor_stopping
APJansen Sep 6, 2023
f8b985f
statusses -> statuses
APJansen Oct 4, 2023
e2f65ec
combine 3 list comprehensions into one loop
APJansen Oct 4, 2023
6b364cf
Clarify comment
APJansen Oct 4, 2023
5c3c2e8
Using PurePath instead of str
APJansen Oct 4, 2023
9918791
Merge branch 'master' into refactor_stopping
APJansen Oct 4, 2023
905218c
improve documentation
APJansen Oct 10, 2023
17ff602
Use path object syntax
APJansen Oct 10, 2023
d82c826
Update n3fit/src/n3fit/stopping.py
APJansen Oct 10, 2023
93afd75
Update n3fit/src/n3fit/io/writer.py
APJansen Oct 10, 2023
5a6f743
Remove fix for tensorflow 2.2 path bug
APJansen Oct 10, 2023
e0b9cc8
Remove best_epoch method
APJansen Oct 10, 2023
2396d44
remove PurePath
scarlehoff Oct 11, 2023
File filter

Filter by extension

Filter by extension

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