Open coolstudio1678 opened 7 months ago
@coolstudio1678 As a workaround, you could implement your own version of MultiTargetModel with generic types instead of dynamic dispatch and derive serde's traits to it. That's what I've done and it at least works.
thanks!
SVM(Multi) calculation consumes memory and time, so I want to save the model calculation data for subsequent calls, but it seems that SVM does not support the serde feature. How should I save the SVM model data?