-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add markdown based documentation * Show all of base loss * Add constructor doc * Update base config to markdown * Format line length * Rework supervised configuration doc * Translate residuum config to markdown based syntax * translate leftover configuration to new docstrings * Translate supervised trainer * Update the other two convinience trainers * Update documentation to mixer components * Update docs of general trainer * Display additional methods in documentation * Allow supplying optstate * Allow option to deactivate the tqdm progress meter * Add documentation to all callbacks
- Loading branch information
Showing
22 changed files
with
736 additions
and
539 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 |
---|---|---|
|
@@ -5,3 +5,5 @@ | |
members: | ||
- __init__ | ||
- __call__ | ||
- full_loss | ||
- step_fn |
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 |
---|---|---|
|
@@ -32,8 +32,4 @@ | |
|
||
--- | ||
|
||
::: trainax.loss.BaseLoss | ||
options: | ||
members: | ||
- __init__ | ||
- __call__ | ||
::: trainax.loss.BaseLoss |
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.