philipperemy/keras-tcn

Visualization of internal structure of TCN block

hlmhlr opened this issue · 1 comments

hlmhlr commented

Hi,

I want to visualize the internal structure of TCN block along with the input/output dimensions of various sub-blocks but i am unable to do so.

I have tried various approaches including visualkeras, keras-visualizer, model.summary(), and so on. They only show the input and output dimensions of TCN block along the overall input and output dimensions of the model. None of them visualize the internal structure of TCN block.

I will really appreciate for any kind and prompt response.

Thanks,

@hlmhlr you need to use tensorboard.

Read this thread: #239

Everything is in there ;)