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.
Release files for tflogger 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tflogger-1.0.1.tar.gz | 28.1 kB | Details |
Release files / tflogger-1.0.1.tar.gz
| Download URL | tflogger-1.0.1.tar.gz |
|---|---|
| Size | 28.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c14b8457212744119873c8e4eef5565f46c520e2e9db0f53e055e3e08c7dfbb3
|
|
BLAKE2b-256 checksum How to use checksums |
a49c32e119223c9d34aa26c586aa91d4a860ea2db23a4eb8eee8516d325a517e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|