Skip to content

Commit e326f12

Browse files
committed
Add helper nets doc for inv network
1 parent 20b4fb6 commit e326f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/helper_networks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def call(self, x):
347347
Output of shape (batch_size, N, equiv_dim)
348348
"""
349349

350-
# Store N
350+
# Store shape of x, will be (batch_size, N, some_dim)
351351
shape = tf.shape(x)
352352

353353
# Output dim is (batch_size, inv_dim) - > (batch_size, N, inv_dim)

0 commit comments

Comments
 (0)