"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e8140304b99093a156153d6ec980b69b106d62e1"
Commit eec820c9 authored by Davis King's avatar Davis King
Browse files

Removed unneeded code.

parent 2dfbf778
......@@ -743,8 +743,6 @@ namespace dlib
std::vector<matrix<T,NR,NC,MM,L>> v(alphas), v_old(alphas.size());
for (size_t i = 0; i < v_old.size(); ++i)
v_old[i].set_size(alphas.size());
double lambda = 0;
unsigned long iter;
// Now do the main iteration block of this solver. The coordinate descent method
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment