* Fourier feature embedding added, and modify typos in doc Periodic Boundary Embedding.
* Fixing doc for Periodic Boundary Embedding. * Creating doc for Fourier Feature Embedding.
This commit is contained in:
committed by
Nicola Demo
parent
89ee010a94
commit
5785b2732c
@@ -79,7 +79,8 @@ Layers
|
||||
Low Rank layer <layers/lowrank_layer.rst>
|
||||
Continuous convolution <layers/convolution.rst>
|
||||
Proper Orthogonal Decomposition <layers/pod.rst>
|
||||
Periodic Boundary Condition embeddings <layers/embedding.rst>
|
||||
Periodic Boundary Condition Embedding <layers/pbc_embedding.rst>
|
||||
Fourier Feature Embedding <layers/fourier_embedding.rst>
|
||||
|
||||
Adaptive Activation Functions
|
||||
-------------------------------
|
||||
|
||||
8
docs/source/_rst/layers/fourier_embedding.rst
Normal file
8
docs/source/_rst/layers/fourier_embedding.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Fourier Feature Embedding
|
||||
=======================================
|
||||
.. currentmodule:: pina.model.layers.embedding
|
||||
|
||||
.. autoclass:: FourierFeatureEmbedding
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Periodic Boundary Condition embeddings
|
||||
Periodic Boundary Condition Embedding
|
||||
=======================================
|
||||
.. currentmodule:: pina.model.layers.embedding
|
||||
|
||||
Reference in New Issue
Block a user