tensorflow / tensorflow/tensorboard
database exported by --db_import doesn't include all summaries shown by --logdir
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
When I export a database using --db_import and then start a tensorboard instance with --db (pointed at the same file), I don't see all the same tensor summaries that I see when I run with --logdir directly.
Running SQL queries with the sqlite3 command line tool on macOS seems to indicate that the expected summaries aren't ever written to the database file.
- TensorBoard version 1.11
- TensorFlow version 1.11
- OS Platform and version macOS Mojave
- Python version 3.6
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the difference between TensorBoard started with --logdir and the same database passed with --db after using --db_import. Inspect the database with the sqlite3 command-line tool and trace the --db_import path to determine why summaries shown from --logdir are not written. Done means the exported database contains all expected summaries and displays them through --db.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100