Metadata-Version: |
2.1 |
Name: |
tbparse |
Version: |
0.0.9 |
Summary: |
Load tensorboard event logs as pandas DataFrames; Read, parse, and plot tensorboard event logs with ease! |
Author: |
Johnson |
Author-Email: |
j3.soon777[at]gmail.com |
Home-Page: |
https://github.com/j3soon/tbparse |
Project-Url: |
Changelog, https://github.com/j3soon/tbparse/blob/master/docs/pages/changelog.rst |
Project-Url: |
Issues, https://github.com/j3soon/tbparse/issues |
Project-Url: |
Source Code, https://github.com/j3soon/tbparse |
Keywords: |
package,parser,plot,python,pytorch,reader,tensorboard,tensorboardx,tensorflow |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Operating System :: OS Independent |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pandas (>=1.3.0) |
Requires-Dist: |
tensorboard (>=2.12.0) |
Requires-Dist: |
pytest; extra == "testing" |
Requires-Dist: |
mypy; extra == "testing" |
Requires-Dist: |
flake8; extra == "testing" |
Requires-Dist: |
pylint; extra == "testing" |
Requires-Dist: |
sphinx; extra == "testing" |
Requires-Dist: |
sphinx-rtd-theme; extra == "testing" |
Requires-Dist: |
torch; extra == "testing" |
Requires-Dist: |
tensorboardX (==2.6); extra == "testing" |
Requires-Dist: |
seaborn; extra == "testing" |
Requires-Dist: |
soundfile; extra == "testing" |
Requires-Dist: |
pytest-cov; extra == "testing" |
Requires-Dist: |
sphinx-tabs; extra == "testing" |
Requires-Dist: |
nbsphinx; extra == "testing" |
Provides-Extra: |
testing |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |