Anyone worked with Convex.jl
+ SCS.jl
?
How do I plot loss values/objective function values vs iteration during training process?
(Naive way, that comes to my mind is allowing verbose=true
in the solver and copypasting first and second columns from printed training details…but not a good way if the colums are too -too long) Is there any better way?