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

How can color be used? #41

Open
chrisranderson opened this issue Aug 1, 2017 · 2 comments
Open

How can color be used? #41

chrisranderson opened this issue Aug 1, 2017 · 2 comments

Comments

@chrisranderson
Copy link
Owner

It could be useful to use hue and value instead of just value. What would hue represent? I could constrain hue to a certain range to keep the visualization from getting too noisy.

@wilcoschoneveld
Copy link

Hey @chrisranderson,

I worked a bit on visualizing convolution filters and this is what I came up with:

convfilters

I used a diverging colormap to show the difference between positive and negative, and added a bit of spacing to clarify the convolution layer structure. What do you think?

@chrisranderson
Copy link
Owner Author

Padding, proper axes with labels, and a colorscale are all nice looking and superior to what I've got, but I might leave them for the TensorBoard team to implement after Beholder is merged, if they want. Adding padding could make rendering the images substantially slower, too. I'm doing some black magic reshaping that would have to be rethought.

That's the second time I've got the suggestion for a diverging colormap. It seems like a good choice for e.g. networks that use batch normalization. Now to decide on a specific one... I might try a few and try and pick the one that seems like it goes the best with TensorBoard orange. Or put it up to a survey by my labmates.

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

No branches or pull requests

2 participants