Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trisongz/trainingbar
Make Training Models look a little nicer
https://github.com/trisongz/trainingbar
Last synced: about 2 months ago
JSON representation
Make Training Models look a little nicer
- Host: GitHub
- URL: https://github.com/trisongz/trainingbar
- Owner: trisongz
- License: mit
- Created: 2020-12-31T04:36:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-31T21:17:33.000Z (almost 4 years ago)
- Last Synced: 2024-04-26T18:22:42.644Z (8 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trainingbar
Make Training Models look a little nicer. The next evolution from TPUBar
Don't download this..yet
```shell
# from pypi
pip install --upgrade trainingbar# from src
pip install --upgrade git+https://github.com/trisongz/trainingbar.gitexport GOOGLE_APPLICATION_CREDENTIALS=/path/to/adc.json
tbar monitor start# with options
tbar monitor start 10 [refresh time] my-gcp-project [gcp project] tpu-name [tpu name]```