{"id":18434460,"url":"https://github.com/shogun-toolbox/tflogger","last_synced_at":"2025-07-14T00:35:00.238Z","repository":{"id":57474851,"uuid":"95687323","full_name":"shogun-toolbox/tflogger","owner":"shogun-toolbox","description":"TensorFlow event logger","archived":false,"fork":false,"pushed_at":"2020-02-29T14:39:43.000Z","size":52,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-08T16:52:16.311Z","etag":null,"topics":["machine-learning-visualization","tensorboard","tensorboard-logger"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shogun-toolbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-28T15:59:52.000Z","updated_at":"2024-06-14T01:14:54.000Z","dependencies_parsed_at":"2022-09-10T02:23:17.781Z","dependency_job_id":null,"html_url":"https://github.com/shogun-toolbox/tflogger","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/shogun-toolbox/tflogger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shogun-toolbox%2Ftflogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shogun-toolbox%2Ftflogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shogun-toolbox%2Ftflogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shogun-toolbox%2Ftflogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shogun-toolbox","download_url":"https://codeload.github.com/shogun-toolbox/tflogger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shogun-toolbox%2Ftflogger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265227898,"owners_count":23731059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["machine-learning-visualization","tensorboard","tensorboard-logger"],"created_at":"2024-11-06T06:04:03.245Z","updated_at":"2025-07-14T00:35:00.186Z","avatar_url":"https://github.com/shogun-toolbox.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TFLogger\nThis is a simple library that has been carved out of [TensorFlow](https://www.tensorflow.org/)'s codebase for being able to generate the required output format for [TensorBoard](https://www.tensorflow.org/get_started/summaries_and_tensorboard).\n\n![](https://github.com/shogun-toolbox/tflogger/workflows/C/C++%20CI/badge.svg)\n[![PyPi version](https://badge.fury.io/py/tflogger.svg)](https://badge.fury.io/py/tflogger)\n\n## Building\n\nIn order to build from source the following packages are required:\n  - cmake\n  - protobuf\n\nTo build the library simply run the following commands:\n```\ngit clone https://github.com/shogun-toolbox/tflogger.git\ncd tflogger\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n### Testing\nIn 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.\n\nIn other words to run the unit tests:\n```\ncmake -DBUILD-TESTS=ON [other cmake flags] ..\nmake\nctest\n```\n\n### Python interface\nCurrently only the python wrapper is available, but further targets could be specified using SWIG.\n\nFor building the python wrapper you need to add the `-DINTERFACE_PYTHON=ON` cmake flag to the cmake command:\n```\ncmake -DINTERFACE_PYTHON=ON ..\n```\n\n## Using\nExamples of how to use the library are available under [example](examples) directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshogun-toolbox%2Ftflogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshogun-toolbox%2Ftflogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshogun-toolbox%2Ftflogger/lists"}