cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Tensorboard Profiler did not work on DBR 8.4 ML

User16752239289
Valued Contributor
Valued Contributor

The tensorboard profile board did not work. It shows loading data forever

image (17)

1 ACCEPTED SOLUTION

Accepted Solutions

User16752239289
Valued Contributor
Valued Contributor

This is due to a issue reported here : https://github.com/tensorflow/profiler/issues/344

The DBR 8.4ML comes with Tensor flow 2.5 and the latest version of tensorboard-plugin-profile is 2.4.

To workaround the issue, you can add option --load_fast=false.

View solution in original post

1 REPLY 1

User16752239289
Valued Contributor
Valued Contributor

This is due to a issue reported here : https://github.com/tensorflow/profiler/issues/344

The DBR 8.4ML comes with Tensor flow 2.5 and the latest version of tensorboard-plugin-profile is 2.4.

To workaround the issue, you can add option --load_fast=false.