Skip to content

Commit cc089e9

Browse files
committed
Add more inforative tipp for using bidirectional
1 parent a095bfe commit cc089e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bayesflow/summary_networks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def __init__(
116116
template_dim : int, optional, default: 64
117117
Only used if ``template_type`` in ['lstm', 'gru']. The number of hidden
118118
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.
119121
**kwargs : dict, optional, default: {}
120122
Optional keyword arguments passed to the __init__() method of tf.keras.Model
121123
"""

0 commit comments

Comments
 (0)