-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporate feedback from alpha test (#2)
* [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]>
- Loading branch information
1 parent
e8faf27
commit 99c5a76
Showing
25 changed files
with
279 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ dependencies: | |
- memory-profiler | ||
- pre-commit | ||
- graphviz | ||
- sphinx-copybutton | ||
# - sphinx-copybutton | ||
- sphinx-notfound-page | ||
- git+https://[email protected]/fsschneider/DeepOBS.git@develop#egg=deepobs | ||
- git+https://[email protected]/f-dangel/backobs.git@development#egg=backobs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.