fixing adaptive functions
This commit is contained in:
committed by
Nicola Demo
parent
50fb3b731c
commit
4f5d9559b2
@@ -74,7 +74,27 @@ Layers
|
||||
Continuous convolution <layers/convolution.rst>
|
||||
Proper Orthogonal Decomposition <layers/pod.rst>
|
||||
Periodic Boundary Condition embeddings <layers/embedding.rst>
|
||||
Adpative Activation Function <layers/adaptive_func.rst>
|
||||
|
||||
Adaptive Activation Functions
|
||||
-------------------------------
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
Adaptive Function Interface <adaptive_functions/AdaptiveFunctionInterface.rst>
|
||||
Adaptive ReLU <adaptive_functions/AdaptiveReLU.rst>
|
||||
Adaptive Sigmoid <adaptive_functions/AdaptiveSigmoid.rst>
|
||||
Adaptive Tanh <adaptive_functions/AdaptiveTanh.rst>
|
||||
Adaptive SiLU <adaptive_functions/AdaptiveSiLU.rst>
|
||||
Adaptive Mish <adaptive_functions/AdaptiveMish.rst>
|
||||
Adaptive ELU <adaptive_functions/AdaptiveELU.rst>
|
||||
Adaptive CELU <adaptive_functions/AdaptiveCELU.rst>
|
||||
Adaptive GELU <adaptive_functions/AdaptiveGELU.rst>
|
||||
Adaptive Softmin <adaptive_functions/AdaptiveSoftmin.rst>
|
||||
Adaptive Softmax <adaptive_functions/AdaptiveSoftmax.rst>
|
||||
Adaptive SIREN <adaptive_functions/AdaptiveSIREN.rst>
|
||||
Adaptive Exp <adaptive_functions/AdaptiveExp.rst>
|
||||
|
||||
|
||||
Equations and Operators
|
||||
-------------------------
|
||||
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveCELU.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveCELU.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveCELU
|
||||
============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveCELU
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveELU.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveELU.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveELU
|
||||
===========
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveELU
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveExp.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveExp.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveExp
|
||||
===========
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveExp
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
@@ -0,0 +1,8 @@
|
||||
AdaptiveActivationFunctionInterface
|
||||
=======================================
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func_interface
|
||||
|
||||
.. automodule:: pina.adaptive_functions.adaptive_func_interface
|
||||
:members:
|
||||
:show-inheritance:
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveGELU.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveGELU.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveGELU
|
||||
============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveGELU
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveMish.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveMish.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveMish
|
||||
============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveMish
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveReLU.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveReLU.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveReLU
|
||||
============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveReLU
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveSIREN.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveSIREN.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveSIREN
|
||||
=============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveSIREN
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveSiLU.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveSiLU.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveSiLU
|
||||
============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveSiLU
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveSigmoid.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveSigmoid.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveSigmoid
|
||||
===============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveSigmoid
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveSoftmax.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveSoftmax.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveSoftmax
|
||||
===============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveSoftmax
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveSoftmin.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveSoftmin.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveSoftmin
|
||||
===============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveSoftmin
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
9
docs/source/_rst/adaptive_functions/AdaptiveTanh.rst
Normal file
9
docs/source/_rst/adaptive_functions/AdaptiveTanh.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
AdaptiveTanh
|
||||
============
|
||||
|
||||
.. currentmodule:: pina.adaptive_functions.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveTanh
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:inherited-members: AdaptiveActivationFunctionInterface
|
||||
@@ -1,7 +0,0 @@
|
||||
AdaptiveActivationFunction
|
||||
=============================
|
||||
.. currentmodule:: pina.model.layers.adaptive_func
|
||||
|
||||
.. autoclass:: AdaptiveActivationFunction
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user