deephyper.keras.layers.GlobalMaxPool
deephyper.keras.layers.GlobalMaxPool#
-
class
deephyper.keras.layers.
GlobalMaxPool
(*args: Any, **kwargs: Any)[source]# Bases:
tensorflow.keras.layers.
Global Max Pool.
Takes the max value over all the nodes or features. Details can be seen from https://github.com/danielegrattarola/spektral
- Parameters
axis (int) – the axis to take the max value.
Methods
Apply the layer on input tensors.
-
__call__
(*args: Any, **kwargs: Any) → Any# Call self as a function.