We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc3aff commit 70a62f2Copy full SHA for 70a62f2
extension/training/optimizer/sgd.h
@@ -179,7 +179,7 @@ class ET_EXPERIMENTAL SGDParamGroup {
179
*/
180
class ET_EXPERIMENTAL SGD {
181
public:
182
- explicit SGD(
+ SGD(
183
const std::vector<SGDParamGroup>& param_groups,
184
SGDOptions defaults)
185
: defaults_(std::make_unique<SGDOptions>(defaults)) {
@@ -188,7 +188,7 @@ class ET_EXPERIMENTAL SGD {
188
}
189
190
191
192
const std::map<executorch::aten::string_view, executorch::aten::Tensor>&
193
named_parameters,
194
0 commit comments