We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a095bfe commit cc089e9Copy full SHA for cc089e9
bayesflow/summary_networks.py
@@ -116,6 +116,8 @@ def __init__(
116
template_dim : int, optional, default: 64
117
Only used if ``template_type`` in ['lstm', 'gru']. The number of hidden
118
units (equiv. output dimensions) of the recurrent network.
119
+ When using ``bidirectional=True``, the output dimensions of the template
120
+ will be double the template_dim size, so consider reducing it in half.
121
**kwargs : dict, optional, default: {}
122
Optional keyword arguments passed to the __init__() method of tf.keras.Model
123
"""
0 commit comments