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

Feature: wrapper for callbacks #842

Merged
merged 30 commits into from
Jun 28, 2020
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c45ebd5
ignore metric callback
ditwoo Jun 10, 2020
458f4eb
wrapper callback
ditwoo Jun 18, 2020
8ca14f9
Merge branch 'master' into feature/ignore-callback
ditwoo Jun 18, 2020
03fcd85
utils for callbacks
ditwoo Jun 19, 2020
f0beb4b
separated imports
ditwoo Jun 19, 2020
7ebc264
fixed cycle import
ditwoo Jun 19, 2020
682a683
main cases of usage
ditwoo Jun 23, 2020
fce7626
Merge branch 'master' into feature/ignore-callback
ditwoo Jun 23, 2020
7f1f244
wrapper callback
ditwoo Jun 23, 2020
7c591c6
fixed link
ditwoo Jun 23, 2020
3623e47
eval
ditwoo Jun 24, 2020
c44434b
fixed conflict
ditwoo Jun 24, 2020
3150936
Merge branch 'master' into feature/ignore-callback
ditwoo Jun 25, 2020
d4ac022
tests
ditwoo Jun 25, 2020
27a7550
simplified example
ditwoo Jun 25, 2020
57f7afc
docs
ditwoo Jun 25, 2020
ca75dd1
removed whitespace
ditwoo Jun 25, 2020
808da30
ignoring eval in codestyle
ditwoo Jun 26, 2020
a284eb2
codestyle fix
ditwoo Jun 26, 2020
055c7d4
WPS400
ditwoo Jun 26, 2020
7fb6e8a
docs: loaders
ditwoo Jun 26, 2020
86130a5
epochs argument & tests
ditwoo Jun 26, 2020
d6fc99b
renamed utils function
ditwoo Jun 26, 2020
47e9e97
epochs test
ditwoo Jun 26, 2020
ba9f715
codestyle fixes
ditwoo Jun 26, 2020
0755480
example fix
ditwoo Jun 27, 2020
11edb5f
ignore arguments & tests
ditwoo Jun 28, 2020
9b6ab21
`ControlFlowCallback` + epochs update + tests
ditwoo Jun 28, 2020
857a977
Merge branch 'master' into feature/ignore-callback
ditwoo Jun 28, 2020
8596284
moved `WrapperCallback` to `Callback`
ditwoo Jun 28, 2020
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- `log` parameter to `WandbLogger` ([#836](https://github.com/catalyst-team/catalyst/pull/836))
- hparams experiment property ([#839](https://github.com/catalyst-team/catalyst/pull/839))
- add docs build on push to master branch ([#844](https://github.com/catalyst-team/catalyst/pull/844))
- `WrapperCallback` ([#842](https://github.com/catalyst-team/catalyst/pull/842))

### Changed

Expand Down
Loading