File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 116116 one_hot_argmax;
117117 Ω= half_square_norm,
118118 Ω_grad= identity_kw,
119- # frank_wolfe_kwargs=(; max_iteration=10, line_search=FrankWolfe.Agnostic()),
120119 frank_wolfe_kwargs= (; max_iteration= 10 , line_search= FrankWolfe. Adaptive ()),
121120 ),
122121 loss= mse_kw,
200199 Ω= half_square_norm,
201200 Ω_grad= identity_kw,
202201 frank_wolfe_kwargs= (; max_iteration= 10 , line_search= FrankWolfe. Adaptive ()),
203- # frank_wolfe_kwargs=(; max_iteration=10, line_search=FrankWolfe.Agnostic()),
204202 ),
205203 ),
206204 error_function= hamming_distance,
265263 one_hot_argmax;
266264 Ω= half_square_norm,
267265 Ω_grad= identity_kw,
268- frank_wolfe_kwargs= (; max_iteration= 10 , line_search= FrankWolfe. Agnostic ()),
266+ frank_wolfe_kwargs= (; max_iteration= 10 , line_search= FrankWolfe. Adaptive ()),
269267 ),
270268 cost,
271269 ),
You can’t perform that action at this time.
0 commit comments