Skip to content

Commit d77369c

Browse files
committed
TFNetwork fix doc
1 parent 41b95d7 commit d77369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returnn/tf/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def __init__(self, config=None, extern_data=None, rnd_seed=None,
347347
inside_rec_time_dim=None,
348348
absolute_name_prefix=None, name=None):
349349
"""
350-
:param Config.Config config: only needed to init extern_data if not specified explicitly
350+
:param returnn.config.Config config: only needed to init extern_data if not specified explicitly
351351
:param ExternData|None extern_data:
352352
:param int|None rnd_seed:
353353
:param bool|tf.Tensor train_flag: True if we want to use this model in training, False if in eval, or dynamic

0 commit comments

Comments
 (0)