Closed yuis-ice closed 3 years ago
The problem is in the documentation.
When you run :
create_tensorboard_visualizations(model, 'GoT_embeddings')
it will create a folder called GoT_embeddings
which needs to be passed as argument to tensorboard command
So the following should work,
tensorboard --logdir=./GoT_embeddings
Description
I was seeing a tutorial here Getting Started with AmpliGraph — AmpliGraph 1.3.2 documentation
In the almost end of the tutorial it mentioned visualization with Tensorboard, it said:
but, the tensorboard url http://192.168.0.183:6006/ on the browser, tensorboard said: "No dashboards are active for the current data set"
I have done installation using conda with here Installation — AmpliGraph 1.3.2 documentation
I have done the tutorial as well, except the tensorboard visualization part.
Actual Behavior
the tensorboard url http://192.168.0.183:6006/ on the browser, tensorboard said: "No dashboards are active for the current data set"
Expected Behavior
Tensorboard should render some content on the browser
Steps to Reproduce