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

[FIX] Use correct shift between start and end in UpdateSize #3

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

f-dangel
Copy link
Owner

The old value was correctly documented to be 1, but wrongly set to 0.
This lead to the UpdateSize being zero, because parameters from the same
iteration would be used as start/end points in the computation.

The old value was correctly documented to be 1, but wrongly set to 0.
This lead to the UpdateSize being zero, because parameters from the same
iteration would be used as start/end points in the computation.
@f-dangel f-dangel merged commit 8195cf2 into alpha_test_feedback Apr 30, 2021
@f-dangel f-dangel deleted the bug-fix-update-size branch April 30, 2021 07:58
@f-dangel f-dangel mentioned this pull request Apr 30, 2021
2 tasks
f-dangel added a commit that referenced this pull request Apr 30, 2021
* [REP] Ignore build files of doc

* [DOC] Add pip install cmd to example

Highlight the need for the utils file

* [REP] Ignore logfiles (from running examples)

* [FIX] Move examples utilites out of subdir

* [DOC] Add install instruction for DeepOBS

* [DOC] Make pip install very prominent

* [DOC] Remove sphinx copybutton due to issue

Highlighted lines have an extra line break, probably related to this: executablebooks/sphinx-copybutton#118

If there is a fix, we can enable it again.

* [DOC] Remove sphinx copybutton due to issue

    Highlighted lines have an extra line break, probably related to this: executablebooks/sphinx-copybutton#118

    If there is a fix, we can enable it again.

* [FIX] Output to terminal when plotting

* [FIX] Ignore irrelevant torch warning for examples

* [DOC] Document terminal output in examples

* [TST] Define MPLBACKEND for tests

* [FIX] More meaningful plotting msg

* [DOC] Add a blocking plot after training

* [FIX] Move Curvature plots slighty right

* [FIX] Round histograms ticks

* [FIX] Format ticks

* [DOC] Update preview example 01

* [DOC] Make example 02 longer

* [DOC] Run DeepOBS Example for 50 epochs

* [DOC] Add quickstart page [WIP]

* [FIX] Use correct shift between start and end in UpdateSize (#3)

The old value was correctly documented to be 1, but wrongly set to 0.
This lead to the UpdateSize being zero, because parameters from the same
iteration would be used as start/end points in the computation.

* [DOC] Replace personal output dir

* [DOC] Update Backobs install command

* [DOC] Install DeepOBS from development

* [DOC] Put utility file reminder in note block

* [DOC] Add download button for script

* [DOC] Add download button to script

* [DOC] Remove quickstart page (for now)

Co-authored-by: Felix Dangel <[email protected]>
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