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

contrib update #793

Merged
merged 1 commit into from
May 5, 2020
Merged

contrib update #793

merged 1 commit into from
May 5, 2020

Conversation

Scitator
Copy link
Member

@Scitator Scitator commented May 5, 2020

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contribution guide, Pull Request section?
  • Did you check the code style? catalyst-make-codestyle && catalyst-check-codestyle (pip install -U catalyst-codestyle).
  • Did you make sure to update the docs? We use Google format for all the methods and classes.
  • Did you check the docs with make check-docs?
  • Did you write any new necessary tests?
  • If you made a notable change (that affects users), did you update the CHANGELOG?

Description

Related Issue

Type of Change

  • Examples / docs / tutorials / contributors update
  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing feature)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

You can use 'Login as guest' to see Teamcity build logs.

@Scitator Scitator merged commit 6d65a15 into develop May 5, 2020
Scitator added a commit that referenced this pull request May 5, 2020
* Feature/checkpoint callback (#784)

* CheckpointCallback: handling `save_n_best=0`

* checkpoint loading moved to callback

* more tests

* codestyle

* removed unused comments

* saving checkpoint in separate method

* additional check for number of files in log dir

* restored loading optimizer from previous stage

* removed whitespaces

* tests for callbacks

* by default load only best model

* reset back config & updated tests

* checking files to match patterns

* globbing

* more docs & updates according to discussion #784

* comments

* additional comment

* minor docs fix

* fix documentation typo (#792)

* contrib update (#793)

* CI update

* CI update 2

Co-authored-by: Dmytro Doroshenko <dimdoroshenko@gmail.com>
Co-authored-by: hturki <turki.haithem@gmail.com>
lightforever pushed a commit that referenced this pull request May 5, 2020
* Feature/checkpoint callback (#784)

* CheckpointCallback: handling `save_n_best=0`

* checkpoint loading moved to callback

* more tests

* codestyle

* removed unused comments

* saving checkpoint in separate method

* additional check for number of files in log dir

* restored loading optimizer from previous stage

* removed whitespaces

* tests for callbacks

* by default load only best model

* reset back config & updated tests

* checking files to match patterns

* globbing

* more docs & updates according to discussion #784

* comments

* additional comment

* minor docs fix

* fix documentation typo (#792)

* contrib update (#793)

* CI update

* CI update 2

Co-authored-by: Dmytro Doroshenko <dimdoroshenko@gmail.com>
Co-authored-by: hturki <turki.haithem@gmail.com>
@Scitator Scitator deleted the feature/contrib-update branch May 6, 2020 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant