philipperemy / keras-tcn

Keras Temporal Convolutional Network.
MIT License
1.87k stars 454 forks source link

Visualization of internal structure of TCN block #247

Closed hlmhlr closed 1 year ago

hlmhlr commented 1 year ago

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,

philipperemy commented 1 year ago

@hlmhlr you need to use tensorboard.

Read this thread: https://github.com/philipperemy/keras-tcn/issues/239

Everything is in there ;)