filtersPlot
fun filtersPlot(conv2DLayer: Conv2D, plotFeature: PlotFeature = PlotFeature.GRAY, imageSize: Int = 64, columns: Int = 8): Figure
Content copied to clipboard
Create a column plot of tile plots for weights of Conv2D layer filters.
Return
a figure representing the weights plots
Parameters
conv2DLayer
which weights will be changed to tile plot
plotFeature
filling colors of the created plot
imageSize
size of width and height of single plot in px
columns
number of columns in which the single filters plots are arranged