question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[tune] Tensorboard without tensorflow

See original GitHub issue

Hi, I started to play around with ray and I have some issues with using it in docker container without tensorflow installed.

The problem is that tensorboard doesn’t show any data without tensorflow installed even on PyTorch examples. I’ve checked the log dir (ray_results) and there weren’t any tfevents files.

I’ve prepared example from your documentation and sufficient enough Docker container - https://github.com/MIMUW-RL/ray-examples/tree/tensorboard-fail

To see not working example just run the commend from the README file.

If you replace mnist_test.sh file by mnist_test_working_tensorboard.sh (which at the start install tensorflow) tensorboard will show the data.

Could you provide a way to use tensorboard with tensorflow installed?

Thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
richardliawcommented, Nov 22, 2019

Can you try updating/using the latest version and then letting me know if it works?

0reactions
jacekplocharczykcommented, Nov 22, 2019

@richardliaw it worked. Thanks!

I get some warning of tensorflow missing but it’s OK.

2019-11-22 11:28:01,239 WARNING logger.py:413 -- Could not instantiate tf2_compat_logger: No module named 'tensorflow'.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Get started with TensorBoard - TensorFlow
TensorBoard is a tool for providing the measurements and visualizations needed during the machine learning workflow.
Read more >
Ray tune not outputting events file for tensorboard
I am running ray tune with tensorflow 2.0. Ray tune is not outputting the events file that can be used for tensorboard. I...
Read more >
Deep Dive Into TensorBoard: Tutorial With Examples
You are not limited to using TensorBoard with TensorFlow alone. You can also use it with other frameworks such as Keras, PyTorch and...
Read more >
A Complete Guide to Using TensorBoard with PyTorch
Note: Having TensorFlow installed is not a prerequisite to running TensorBoard, although it is a product of the TensorFlow ecosystem, ...
Read more >
TensorFlow | Databricks on AWS
The TensorBoard processes started within Databricks notebook are not terminated when the notebook is detached or the REPL is restarted (for ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found