tbparse

(โ˜… 209)

Load tensorboard event logs as pandas DataFrames for scientific plotting; Supports both PyTorch and TensorFlow

  • .coveragerc
  • .gitignore
  • .readthedocs.yaml
  • codecov.yml
  • LICENSE
  • pyproject.toml
  • README.md
  • requirements.txt
  • setup.py
  • tox.ini

# Installation Guide

1. Get the code
git clone https://github.com/j3soon/tbparse

Downloads the entire project code from GitHub to your computer.

cd tbparse

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install -U tbparse # requires Python >= 3.8

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install tensorflow # optional, only required if you want to parse images and audio

Installs the package published on PyPI directly โ€” no need to clone the source.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Python

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -U tbparse # requires Python >= 3.8

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install tensorflow # optional, only required if you want to parse images and audio

Installs the package published on PyPI directly โ€” no need to clone the source.

python3 -m pip install tox

Installs the Python libraries listed in requirements.txt (or similar).

python3 -m tox

Runs the Python script (or module).

python3 -m pip install pandas tensorflow torch tensorboardX pytest pytest-cov

Installs the Python libraries listed in requirements.txt (or similar).

โœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation