Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization of internal structure of TCN block #247

Closed
hlmhlr opened this issue May 20, 2023 · 1 comment
Closed

Visualization of internal structure of TCN block #247

hlmhlr opened this issue May 20, 2023 · 1 comment

Comments

@hlmhlr
Copy link

hlmhlr commented May 20, 2023

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
Copy link
Owner

philipperemy commented May 25, 2023

@hlmhlr you need to use tensorboard.

Read this thread: #239

Everything is in there ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants