-
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.
- Loading branch information
Showing
3 changed files
with
7 additions
and
0 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 |
---|---|---|
|
@@ -34,6 +34,13 @@ You can also install directly from github: | |
pip install "git+https://github.com/krzentner/[email protected]#egg=noko[recommended]" | ||
``` | ||
|
||
The `recommended` extra adds packages that can be easily installed and support useful but optional features: | ||
|
||
- `GitPython` is used for the `create_git_checkpoint` option and the `noko.noko_git.checkpoint_repo()` function. | ||
|
||
- `pyarrow` is used by the `noko.arrow_output.ArrowOutputEngine` to log to parquet files. Note that this backend is not added to the logger by default. | ||
|
||
- `tensorboardX` is used by `noko.tb_output.TensorBoardOutput` to log to tensorboard. `noko` can also used the tensorboard packages in `torch.utils` and `tf.summary`. By default this backend _is_ added to the logger. | ||
|
||
## Key Idea | ||
|
||
|
File renamed without changes.
File renamed without changes.