[tune] Tensorboard without tensorflow
See original GitHub issueHi, 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:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you try updating/using the latest version and then letting me know if it works?
@richardliaw it worked. Thanks!
I get some warning of tensorflow missing but it’s OK.