SpacingDummyLayer#
- class scikitplot.visualkeras.SpacingDummyLayer(*args, spacing=50, **kwargs)[source]#
A dummy layer to add spacing or other custom behavior.
This class dynamically inherits from TensorFlow’s
tf.keras.layers.Layer
class, ensuring that TensorFlow is only imported when this class is instantiated.- Parameters:
spacing (int)
Gallery examples#
visualkeras custom vgg16 example
visualkeras custom vgg16 example
visualkeras custom vgg16 show dimension example
visualkeras custom vgg16 show dimension example