Skip to content

Commit

Permalink
Some more renames
Browse files Browse the repository at this point in the history
  • Loading branch information
krzentner committed May 22, 2024
1 parent 8364982 commit a5d3529
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a5d3529

Please sign in to comment.