Open DachuanZhao opened 3 years ago
The same issue happened to me.
I "fixed" it by changing the Tensorboard(histogram_freq=0), but it seems you mentioned it's a bad idea as we can't get tensorflow profiler
in tensorboard.
This is a known bug with some special classes we introduced for handling StaticHashTable and MutableHashTable in keras layers (TrackableWeightHandler and VocabWeightHandler). Both the classes have caused a number of issues, so I believe the best approach here would be to remove them entirely. We will need to think about the design of how best to do that.
Is there any update on this issue?
I faced the same issue when trying to integrate Tensorboard with the official Tensorflow RNN classification tutorial: https://www.tensorflow.org/text/tutorials/text_classification_rnn.
Facing the same issue. I am not sure how to profile my model without it.
System information.
Describe the problem. Tensorflow profiler crashes when using string categorical layer, not allowing to profile models with those layers.
Maybe the same issue