Skip to content

Commit 9bf32e5

Browse files
committed
docstring
1 parent ed314e5 commit 9bf32e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deepecho/models/basic_gan.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ class BasicGANModel(DeepEcho):
142142
Whether to attempt to use GPU for computation.
143143
Defaults to ``True``.
144144
cuda (bool):
145-
Deprecated. Whether to attempt to use cuda for GPU computation.
145+
** Deprecated ** Whether to attempt to use cuda for GPU computation.
146146
If this is False or CUDA is not available, CPU will be used.
147-
Defaults to ``True``.
148147
verbose (bool):
149148
Whether to print progress to console or not.
150149
"""

0 commit comments

Comments
 (0)