paulgavrikov/visualkeras

Is it possible to adjust transparency?

Skydddoogg opened this issue · 1 comments

Is it possible to adjust transparency?

Yes, by setting a custom color for each layer as shown here: https://github.com/paulgavrikov/visualkeras#custom-color-map
Instead of setting the color as a string add an RGBA tuple e.g. (255, 0, 0, 120).

A parameter to adjust it for the full architecture is planned for a future release.