Documentation for v0.1 version (#199)
* Adding Equations, solving typos * improve _code.rst * the team rst and restuctore index.rst * fixing errors --------- Co-authored-by: Dario Coscia <dariocoscia@dhcp-015.eduroam.sissa.it>
This commit is contained in:
committed by
Nicola Demo
parent
3f9305d475
commit
8b7b61b3bd
@@ -12,8 +12,9 @@ class MultiFeedForward(torch.nn.Module):
|
||||
together. The user has to define the `forward` method choosing how to
|
||||
combine the different FeedForward networks.
|
||||
|
||||
:param dict dff_dict: dictionary of FeedForward networks.
|
||||
:param dict ffn_dict: dictionary of FeedForward networks.
|
||||
"""
|
||||
|
||||
def __init__(self, ffn_dict):
|
||||
super().__init__()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user