Skip to content

Commit 78a0369

Browse files
committed
[DOC] Remove redundant docstrings
1 parent c5dba7e commit 78a0369

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

torchensemble/snapshot_ensemble.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@
3030
"SnapshotEnsembleRegressor"]
3131

3232

33-
__set_optimizer_doc = """
34-
Parameters
35-
----------
36-
optimizer_name : string
37-
The name of the optimizer, should be one of {"Adadelta","Adagrad",
38-
"Adam","AdamW","SparseAdam","Adamax","ASGD","RMSprop","Rprop","SGD"}.
39-
**kwargs : keyword arguments
40-
Miscellaneous keyword arguments on setting the optimizer, should be in
41-
the form: "lr=1e-3, weight_decay=5e-4, ...". These keyword arguments
42-
will be directly passed to the :mod:`torch.optim.Optimizer`.
43-
"""
44-
45-
4633
__fit_doc = """
4734
Parameters
4835
----------

0 commit comments

Comments
 (0)