infocusp / tf_cnnvis

CNN visualization tool in TensorFlow
MIT License
781 stars 209 forks source link

how to use for 1D inputs? #80

Open wstang35 opened 5 years ago

wstang35 commented 5 years ago

Hi!

I am trying to visualize features extracted from 1d convolutional networks.

And my inputs are 1d signals.

So I am wondering if tf_cnnvis supports for 1d conv?

If not, how can I try to do that?

Thanks for any suggestions and answers.