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

[blocked by #1043] enabled early stopping/checkpoint even without val step #1041

Closed
wants to merge 28 commits into from

Conversation

williamFalcon
Copy link
Contributor

@williamFalcon williamFalcon commented Mar 4, 2020

Fixes #969
Fixes #652

and a few others...

@williamFalcon williamFalcon changed the title enabled early stopping/checkpooiunt even without val step enabled early stopping/checkpoint even without val step Mar 4, 2020
@pep8speaks
Copy link

pep8speaks commented Mar 4, 2020

Hello @williamFalcon! Thanks for updating this PR.

Line 160:23: E702 multiple statements on one line (semicolon)

Line 29:1: E302 expected 2 blank lines, found 1

Comment last updated at 2020-03-04 15:00:50 UTC

Copy link
Member

@Borda Borda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@@ -203,6 +203,7 @@ class TrainerTrainLoopMixin(ABC):
max_steps: int
max_steps: int
total_batch_idx: int
checkpoint_callback: ...
Copy link
Member

@Borda Borda Mar 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this for?

Suggested change
checkpoint_callback: ...

@williamFalcon williamFalcon changed the title enabled early stopping/checkpoint even without val step [blocked by #1043] enabled early stopping/checkpoint even without val step Mar 4, 2020
@williamFalcon williamFalcon deleted the callback_on_train branch March 6, 2020 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants