Traffic-Sign-Detection icon indicating copy to clipboard operation
Traffic-Sign-Detection copied to clipboard

How to load trained SVM model?

Open KevinPatel04 opened this issue 3 years ago • 2 comments

I am not able to load the trained weights from .dat file to model. Can you tell how can i load weights?

KevinPatel04 avatar Jul 14 '20 05:07 KevinPatel04

Please give more detail about your problem

hoanglehaithanh avatar Jul 21 '20 14:07 hoanglehaithanh

I have trained the SVM model using code you have provided now to remove the overhead of training the model over whole dataset I am trying to save the trained weights into a .DAT file (same as we do with other Keras or Tensorflow models). But after Saving I am not able to use those weights. Can you share the solution to this problem?

KevinPatel04 avatar Jul 26 '20 15:07 KevinPatel04