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 ed314e5 commit 9bf32e5Copy full SHA for 9bf32e5
deepecho/models/basic_gan.py
@@ -142,9 +142,8 @@ class BasicGANModel(DeepEcho):
142
Whether to attempt to use GPU for computation.
143
Defaults to ``True``.
144
cuda (bool):
145
- Deprecated. Whether to attempt to use cuda for GPU computation.
+ ** Deprecated ** Whether to attempt to use cuda for GPU computation.
146
If this is False or CUDA is not available, CPU will be used.
147
- Defaults to ``True``.
148
verbose (bool):
149
Whether to print progress to console or not.
150
"""
0 commit comments