TFLogger is a standalone library to read and write events for TensorBoard.
Project description
TFLogger
This is a simple library that has been carved out of TensorFlow's codebase for being able to generate the required output format for TensorBoard.
Building
In order to build from source the following packages are required:
- cmake
- protobuf
To build the library simply run the following commands:
git clone https://github.com/shogun-toolbox/tflogger.git
cd tflogger
mkdir build
cd build
cmake ..
make
Testing
In order to enable the unit tests add the -DBUILD-TESTS=ON
cmake option to the cmake command. This will automatically create a target for building the unit tests and adds it to the ctest targets.
In other words to run the unit tests:
cmake -DBUILD-TESTS=ON [other cmake flags] ..
make
ctest
Python interface
Currently only the python wrapper is available, but further targets could be specified using SWIG.
For building the python wrapper you need to add the -DINTERFACE_PYTHON=ON
cmake flag to the cmake command:
cmake -DINTERFACE_PYTHON=ON ..
Using
Examples of how to use the library are available under example directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tflogger-1.0.1.tar.gz
.
File metadata
- Download URL: tflogger-1.0.1.tar.gz
- Upload date:
- Size: 28.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c14b8457212744119873c8e4eef5565f46c520e2e9db0f53e055e3e08c7dfbb3 |
|
MD5 | ab6ebb6a03ab0a41ed2748b74fd78ae9 |
|
BLAKE2b-256 | a49c32e119223c9d34aa26c586aa91d4a860ea2db23a4eb8eee8516d325a517e |